Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an interface pointer to an ICorDebugType that represents the base type, if one exists, of the type represented by this ICorDebugType
.
Syntax
HRESULT GetBase (
[out] ICorDebugType **pBase
);
Parameters
pBase
[out] A pointer to the address of an ICorDebugType
object that represents the base type.
Remarks
Looking up the base type for a type is useful to implement common debugger functionality, such as printing out all the fields of an object or its parent classes.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0