Share via


IDebugField::GetTypeInfo

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

This method gets type-independent information about the symbol or type.

Syntax

HRESULT GetTypeInfo(   
   TYPE_INFO* pTypeInfo  
);  
int GetTypeInfo(  
   TYPE_INFO[] pTypeInfo  
);  

Parameters

pTypeInfo
[out] Returns type information in the supplied TYPE_INFO structure.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

Type-independent information would include, for example, the AppDomain, the module, and the class that contains the symbol.

See Also

GetType
IDebugField
TYPE_INFO