IDebugHostType2 인터페이스(dbgmodel.h)

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

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

이 인터페이스 버전 2는 동일한 서명이 있는 이전 메서드를 모두 지원하며 추가 기능을 제공하는 추가 새 메서드를 포함합니다. 새 메서드는 해당 인터페이스에 대한 섹션의 끝에 있는 헤더에 나열됩니다.

상속

IDebugHostType2는 IDebugHostType에서 인터릿합니다.

메서드

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

 
IDebugHostType2::AddRef

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

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

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

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

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

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

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

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

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

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

GetFunctionCallingConvention 메서드는 함수의 호출 규칙을 반환합니다.
IDebugHostType2::GetFunctionInstancePointerType

함수에 전달된 인스턴스("this") 포인터의 형식을 나타냅니다.
IDebugHostType2::GetFunctionParameterTypeAt

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

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

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

GetFunctionVarArgsKind 메서드는 지정된 함수가 변수 인수 목록을 활용하는지 여부와 변수 인수가 사용하는 스타일을 반환합니다.
IDebugHostType2::GetGenericArgumentAt

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

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

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

IDebugHostType2::GetIntrinsicType 메서드는 형식에서 호출할 때 형식의 내장 유형에 대한 정보를 가져옵니다.
IDebugHostType2::GetMemberType

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

IDebugHostType2::GetName 메서드는 기호에서 호출할 때 이름이 있는 경우 기호의 이름을 가져옵니다.
IDebugHostType2::GetPointerKind

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

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

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

IDebugHostType2::GetType 메서드는 기호에서 호출할 때 int *와 같은 기호 형식을 가져옵니다.
IDebugHostType2::GetTypedefBaseType

GetTypedefBaseType 메서드는 typedef의 즉각적인 정의를 반환합니다.
IDebugHostType2::GetTypedefFinalBaseType

GetTypedefFinalBaseType 메서드는 typedef가 정의인 최종 형식을 반환합니다.
IDebugHostType2::GetTypeKind

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

IDebugHostType2::IsGeneric 메서드는 형식에서 호출할 때 형식이 제네릭인지 템플릿인지를 가져옵니다.
IDebugHostType2::IsTypedef

IsTypedef 메서드는 형식이 typedef인지 여부를 확인할 수 있는 유일한 메서드입니다.
IDebugHostType2::QueryInterface

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

IDebugHostType2::Release 메서드는 개체의 인터페이스에 대한 참조 수를 줄입니다.

요구 사항

   
헤더 dbgmodel.h

참고 항목

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