ISymbolScope 인터페이스

정의

범위의 시작 및 끝 오프셋과 자식 및 부모 범위에 ISymbolMethod대한 액세스를 제공하는 어휘 범위를 나타냅니다.

public interface class ISymbolScope
public interface ISymbolScope
[System.Runtime.InteropServices.ComVisible(true)]
public interface ISymbolScope
type ISymbolScope = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type ISymbolScope = interface
Public Interface ISymbolScope
파생
특성

설명

또한 인터페이스는 ISymbolScope 현재 범위 내에 정의된 모든 로컬에 대한 액세스를 제공합니다.

메모

이 인터페이스는 디버그 기호 정보를 읽고 쓰는 대체 방법을 제공하는 관리되지 않는 기호 저장소 인터페이스 중 하나인 인터페이스의 관리되는 인터페이스 ISymUnmanagedScope 입니다.

속성

Name Description
EndOffset

현재 어휘 범위의 끝 오프셋을 가져옵니다.

Method

현재 어휘 범위를 포함하는 메서드를 가져옵니다.

Parent

현재 범위의 부모 어휘 범위를 가져옵니다.

StartOffset

현재 어휘 범위의 시작 오프셋을 가져옵니다.

메서드

Name Description
GetChildren()

현재 어휘 범위의 자식 어휘 범위를 가져옵니다.

GetLocals()

현재 어휘 범위 내의 지역 변수를 가져옵니다.

GetNamespaces()

현재 범위 내에서 사용되는 네임스페이스를 가져옵니다.

적용 대상

추가 정보