SymReader.GetVariables(SymbolToken) Method

Definition

Throws a NotSupportedException in all cases.

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

Parameters

parent
SymbolToken

This parameter is not used.

Returns

Throws a NotSupportedException in all cases.

Implements

Exceptions

In all cases.

Applies to