Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an interface pointer to an ICorDebugType that represents the base type, if one exists, of the type represented by this ICorDebugType.
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: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Version: 2.0