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 a managed object from a COM callable wrapper (CCW) pointer.
Syntax
HRESULT GetObjectForCCW(
[in]CORDB_ADDRESS ccwPointer,
[out]ICorDebugValue **ppManagedObject
);
Parameters
ccwPointer
[in] A COM callable wrapper (CCW) pointer.
ppManagedObject
[out] A pointer to the address of an "ICorDebugValue" object that represents the managed object that corresponds to the given CCW pointer.
Remarks
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.6