ISymbolReader.GetGlobalVariables 方法

定义

获取模块中的所有全局变量。Gets all global variables in the module.

public:
 cli::array <System::Diagnostics::SymbolStore::ISymbolVariable ^> ^ GetGlobalVariables();
public System.Diagnostics.SymbolStore.ISymbolVariable[] GetGlobalVariables ();
abstract member GetGlobalVariables : unit -> System.Diagnostics.SymbolStore.ISymbolVariable[]
Public Function GetGlobalVariables () As ISymbolVariable()

返回

ISymbolVariable[]

模块中所有变量的数组。An array of all variables in the module.

适用于