หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the size, in bytes, of this ICorDebugValue3 object.
Syntax
HRESULT GetSize64(
[out] ULONG64 *pSize
);
Parameters
pSize [out] A pointer to the size, in bytes, of this object.
Remarks
If this value's type is a reference type, this method returns the size of the pointer rather than the size of the object.
The ICorDebugValue3::GetSize method differs from the ICorDebugValue::GetSize method in the type of its output parameter. In ICorDebugValue::GetSize, the output parameter is a ULONG32; in ICorDebugValue3::GetSize, it is a ULONG64. This enables the ICorDebugValue3 interface to report the size of arrays that exceed 2GB.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.5