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 입니다.

속성

Name Description
AddressField1

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

AddressField2

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

AddressField3

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

AddressKind

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

Attributes

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

EndOffset

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

Name

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

StartOffset

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

메서드

Name Description
GetSignature()

변수 서명을 가져옵니다.

적용 대상

추가 정보