SymScope.GetLocals Méthode

Définition

Obtient les variables locales de la portée lexicale actuelle.

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

Retours

Variables locales de la portée lexicale actuelle.

Implémente

Exceptions

La mémoire est insuffisante pour répondre à la demande.

Remarques

Les variables locales ne sont retournées dans aucun ordre particulier. Si une variable locale change son adresse dans l’étendue actuelle, cette variable est retournée plusieurs fois, chacune avec une plage de décalage différente.

S’applique à