ISymbolVariable 인터페이스

정의

기호 저장소 내의 변수를 나타냅니다.

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

설명

ISymbolVariable 인터페이스 매개 변수, 지역 변수 또는 필드 일 수 있습니다.

참고

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

속성

AddressField1

변수의 첫 번째 주소를 가져옵니다.

AddressField2

변수의 두 번째 주소를 가져옵니다.

AddressField3

변수의 세 번째 주소를 가져옵니다.

AddressKind

주소의 형식을 설명하는 SymAddressKind 값을 가져옵니다.

Attributes

변수의 특성을 가져옵니다.

EndOffset

변수 범위 내의 변수의 끝 오프셋을 가져옵니다.

Name

변수의 이름을 가져옵니다.

StartOffset

변수 범위 내의 변수의 시작 오프셋을 가져옵니다.

메서드

GetSignature()

변수 시그니처를 가져옵니다.

적용 대상

추가 정보