Aracılığıyla paylaş


SymMethod.GetScope(Int32) Yöntem

Tanım

Bir yöntem içindeki uzaklık için karşılık gelen en kapsayan sözcüksel kapsamı döndürür.

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

Parametreler

offset
Int32

Arama yöntemi içindeki IL uzaklığı.

Döndürülenler

yöntemi içinde verilen IL uzaklığı için en kapsayan sözcük temelli kapsam.

Uygulamalar

Açıklamalar

Yerel değişken aramalarını başlatmak için yöntemini kullanabilirsiniz GetScope .

Şunlara uygulanır