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

Sets the local variable's symbolic information.

Overload List

Sets the name of this local variable.

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

Sets the name and lexical scope of this local variable.

[Visual Basic] Overloads Public Sub SetLocalSymInfo(String, Integer, Integer)
[C#] public void SetLocalSymInfo(String, int, int);
[C++] public: void SetLocalSymInfo(String*, int, int);
[JScript] public function SetLocalSymInfo(String, int, int);

See Also

LocalBuilder Class | LocalBuilder Members | System.Reflection.Emit Namespace