ISymbolReader.GetGlobalVariables Méthode

Définition

Obtient toutes les variables globales dans le 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()

Retours

Tableau de toutes les variables du module.

S’applique à