Gets the local variables within the current lexical scope.
[Visual Basic] Function GetLocals() As ISymbolVariable () [C#] ISymbolVariable[] GetLocals(); [C++] ISymbolVariable* GetLocals() [] = 0; [JScript] function GetLocals() : ISymbolVariable[];
The local variables within the current lexical scope.
The local variables are returned in no particular order. If a local variable changes its address within the current scope that that variable will be returned multiple times, each with a different offset range.
ISymbolScope Interface | ISymbolScope Members | System.Diagnostics.SymbolStore Namespace