SymMethod.GetScope(Int32) 메서드

정의

메서드 내의 오프셋에 해당하는 최대 포함 어휘 범위를 반환합니다.

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

매개 변수

offset
Int32

검색할 메서드 내의 IL 오프셋입니다.

반환

메서드 내의 지정된 IL 오프셋에 대한 최대 포함 어휘 범위입니다.

구현

설명

메서드를 GetScope 사용하여 지역 변수 검색을 시작할 수 있습니다.

적용 대상