NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LocalBuilder.SetLocalSymInfo (String)

Sets the name of this local variable.

[Visual Basic]
Overloads Public Sub SetLocalSymInfo( _
   ByVal name As String _
)
[C#]
public void SetLocalSymInfo(
   string name
);
[C++]
public: void SetLocalSymInfo(
   String* name
);
[JScript]
public function SetLocalSymInfo(
   name : String
);

Parameters

name
The name of the local variable.

See Also

LocalBuilder Class | LocalBuilder Members | System.Reflection.Emit Namespace | LocalBuilder.SetLocalSymInfo Overload List