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!

ISymbolReader.GetGlobalVariables

Gets all global variables in the module.

[Visual Basic]
Function GetGlobalVariables() As ISymbolVariable ()
[C#]
ISymbolVariable[] GetGlobalVariables();
[C++]
ISymbolVariable* GetGlobalVariables() [] = 0;
[JScript]
function GetGlobalVariables() : ISymbolVariable[];

Return Value

An array of all variables in the module.

See Also

ISymbolReader Interface | ISymbolReader Members | System.Diagnostics.SymbolStore Namespace