다음을 통해 공유


IDebugHostType 인터페이스(dbgmodel.h)

특정 형식에 대한 (IDebugHostSymbol 파생) 인터페이스입니다.

지정된 언어/네이티브 형식은 IDebugHostType2 또는 IDebugHostType 인터페이스에서 설명합니다. 이러한 인터페이스의 일부 메서드는 특정 유형의 형식에만 적용됩니다.

상속

IDebugHostType은 IDebugHostSymbol에서 상속됩니다.

메서드

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

 
IDebugHostType::AddRef

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

IDebugHostType::CreateArrayOf 메서드는 형식에서 호출될 때 지정된 배열 차원을 가진 형식의 배열인 새 IDebugHostType을 가져옵니다.
IDebugHostType::CreatePointerTo

형식에서 호출되는 IDebugHostType::CreatePointerTo 메서드는 형식에 대한 포인터인 새 IDebugHostType을 가져옵니다.
IDebugHostType::EnumerateChildren

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

배열의 형식에서 호출되는 경우 IDebugHostType::GetArrayDimensionality 메서드는 배열의 차원을 가져옵니다.
IDebugHostType::GetArrayDimensions

배열의 형식에서 호출되는 IDebugHostType::GetArrayDimensions 메서드는 배열의 각 차원에 대해 하나씩 설명자 집합을 가져옵니다.
IDebugHostType::GetBaseType

형식에서 호출되는 경우 IDebugHostType::GetBaseType 메서드는 기본 형식을 가져옵니다. 기본 형식은 배열의 포인터 또는 요소 형식에 대한 대상 형식입니다.
IDebugHostType::GetBitField

비트맵의 형식에서 호출되는 IDebugHostType::GetBitField 메서드는 비트맵 구조체에 대한 정보를 가져옵니다.
IDebugHostType::GetContainingModule

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

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

GetFunctionCallingConvention 메서드는 함수의 호출 규칙을 반환합니다. 이러한 값은 CallingConventionKind 열거형의 멤버로 반환됩니다.
IDebugHostType::GetFunctionParameterTypeAt

함수 형식에서 호출되는 IDebugHostType::GetFunctionParameterTypeAt 메서드는 함수의 인수 목록에 있는 지정된 인덱스에서 매개 변수 형식을 가져옵니다.
IDebugHostType::GetFunctionParameterTypeCount

함수의 형식에서 호출되는 IDebugHostType::GetFunctionParameterTypeCount 메서드는 함수가 사용하는 인수 수를 가져옵니다.
IDebugHostType::GetFunctionReturnType

함수의 형식에서 호출되는 경우 IDebugHostType::GetFunctionReturnType 메서드는 함수의 반환 형식을 가져옵니다.
IDebugHostType::GetGenericArgumentAt

함수 형식에서 호출되는 IDebugHostType::GetGenericArgumentAt 메서드는 함수의 인수 목록에 있는 지정된 인덱스에서 제네릭 인수를 가져옵니다.
IDebugHostType::GetGenericArgumentCount

형식에서 호출되는 IDebugHostType::GetGenericArgumentCount 메서드는 형식에 대한 제네릭 인수 수를 가져옵니다.
IDebugHostType::GetHashCode

형식에서 호출되는 IDebugHostType::GetHashCode 메서드는 형식에 대한 32비트 해시 코드를 가져옵니다.
IDebugHostType::GetIntrinsicType

형식에서 호출되는 IDebugHostType::GetIntrinsicType 메서드는 형식이 어떤 종류의 내장 함수인지에 대한 정보를 가져옵니다.
IDebugHostType::GetMemberType

IDebugHostType::GetMemberType 메서드는 모듈 멤버에 대한 포인터 형식에서 호출되는 경우 모듈 멤버의 클래스를 가져옵니다.
IDebugHostType::GetName

기호에 이름이 있으면 기호의 이름을 반환합니다. 기호에 이름이 없으면 오류가 반환됩니다.
IDebugHostType::GetPointerKind

포인터의 형식에서 호출될 때 IDebugHostType::GetPointerKind 메서드는 PointerKind 열거형에 지정된 포인터 종류를 가져옵니다.
IDebugHostType::GetSize

형식에서 호출되는 IDebugHostType::GetSize 메서드는 형식의 크기를 가져옵니다. 이 메서드는 C++의 sizeof(type)와 동일합니다.
IDebugHostType::GetSymbolKind

IDebugHostType::GetSymbolKind 메서드는 기호에서 호출할 때 필드, 기본 클래스 또는 형식과 같은 기호 종류를 가져옵니다.
IDebugHostType::GetType

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

형식에서 호출될 때 IDebugHostType::GetTypeKind 메서드는 TypeKind 열거형에 지정된 형식의 종류를 가져옵니다.
IDebugHostType::IsGeneric

형식에서 호출되는 IDebugHostType::IsGeneric 메서드는 형식이 제네릭 또는 템플릿인지 여부를 가져옵니다.
IDebugHostType::QueryInterface

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

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

요구 사항

요구 사항
헤더 dbgmodel.h

추가 정보

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