다음을 통해 공유


IDebugHostConstant 인터페이스(dbgmodel.h)

기호 정보 내의 상수를 나타냅니다(예: C++의 형식이 아닌 템플릿 인수).

상속

IDebugHostConstant는 IDebugHostSymbol에서 상속됩니다.

메서드

IDebugHostConstant 인터페이스에는 이러한 메서드가 있습니다.

 
IDebugHostConstant::AddRef

IDebugHostConstant::AddRef 메서드는 개체의 인터페이스에 대한 참조 수를 증가합니다.
IDebugHostConstant::EnumerateChildren

IDebugHostConstant::EnumerateChildren 메서드는 지정된 기호의 모든 자식을 열거할 수 있는 열거자를 가져옵니다.
IDebugHostConstant::GetContainingModule

기호에서 호출할 때 IDebugHostConstConstant::GetContainingModule 메서드는 기호에 포함된 모듈이 있는 경우 기호가 포함된 모듈을 가져옵니다.
IDebugHostConstant::GetContext

기호에서 호출되는 IDebugHostConstant::GetContext 메서드는 기호가 있는 호스트 컨텍스트를 가져옵니다.
IDebugHostConstant::GetName

기호에서 호출되는 IDebugHostConstant::GetName 메서드는 이름이 있는 경우 기호의 이름을 가져옵니다.
IDebugHostConstant::GetSymbolKind

필드, 기본 클래스, 형식 등)인 기호 종류를 가져옵니다.
IDebugHostConstant::GetType

기호에서 호출되는 IDebugHostConstant::GetType 메서드는 int *와 같은 기호 형식을 가져옵니다.
IDebugHostConstant::GetValue

GetValue 메서드는 VARIANT에 압축된 상수의 값을 반환합니다.
IDebugHostConstant::QueryInterface

IDebugHostConstant::QueryInterface 메서드는 개체에서 지원되는 인터페이스에 대한 포인터를 검색합니다.
IDebugHostConstant::Release

IDebugHostConstant::Release 메서드는 개체의 인터페이스에 대한 참조 수를 감소합니다.

설명

상수 값이 기호 정보(특정 값이 상수 값일 수도 있고 그렇지 않을 수도 있는 기호)에 있는 위치의 경우 IDebugHostConstant 인터페이스는 이러한 상수의 개념을 표현합니다. 일반적으로 지정된 인수가 형식이지만 대신 형식이 아닌 템플릿 인수(예: 상수)일 수 있는 템플릿 인수와 같은 위치에서 사용됩니다.

요구 사항

요구 사항
헤더 dbgmodel.h

추가 정보

디버거 데이터 모델 C++ 개요