Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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