SymReader.GetGlobalVariables 方法

定義

在所有情況下都擲回 NotSupportedException

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()

傳回

在所有情況下都擲回 NotSupportedException

實作

例外狀況

在所有情況下。

適用於