Sets the local variable's symbolic information.
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);
LocalBuilder Class | LocalBuilder Members | System.Reflection.Emit Namespace