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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.