SymMethod.GetScope(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la portée lexicale la plus englobante correspondant à un offset dans une méthode.
public:
override System::Diagnostics::SymbolStore::ISymbolScope ^ GetScope(int offset);
public:
virtual System::Diagnostics::SymbolStore::ISymbolScope ^ GetScope(int offset);
public override System.Diagnostics.SymbolStore.ISymbolScope GetScope (int offset);
public virtual System.Diagnostics.SymbolStore.ISymbolScope GetScope (int offset);
abstract member GetScope : int -> System.Diagnostics.SymbolStore.ISymbolScope
override this.GetScope : int -> System.Diagnostics.SymbolStore.ISymbolScope
Public Overrides Function GetScope (offset As Integer) As ISymbolScope
Public Overridable Function GetScope (offset As Integer) As ISymbolScope
Paramètres
- offset
- Int32
Offset IL dans la méthode à rechercher.
Retours
Portée lexicale la plus englobante pour l'offset IL donné dans la méthode.
Implémente
Remarques
Vous pouvez utiliser la GetScope méthode pour démarrer des recherches de variables locales.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.