ICorDebugAppDomain4::GetObjectForCCW Method

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 System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.6

See also