SymReader.GetGlobalVariables Methode

Definition

Löst in allen Fällen eine NotSupportedException aus.

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

Gibt zurück

Löst in allen Fällen eine NotSupportedException aus.

Implementiert

Ausnahmen

In allen Fällen.

Gilt für: