Gets all global variables in the module.
[Visual Basic] Function GetGlobalVariables() As ISymbolVariable () [C#] ISymbolVariable[] GetGlobalVariables(); [C++] ISymbolVariable* GetGlobalVariables() [] = 0; [JScript] function GetGlobalVariables() : ISymbolVariable[];
An array of all variables in the module.
ISymbolReader Interface | ISymbolReader Members | System.Diagnostics.SymbolStore Namespace