ICorDebugValue3 Interface

Extends the "ICorDebugValue" and "ICorDebugValue2" interfaces to provide support for arrays that are larger than 2 GB.

Methods

Method Description
GetSize64 Method Gets the size, in bytes, of this ICorDebugValue3 object.

Remarks

The ICorDebugValue::GetSize method returns an object size that ranges from 0 to 2,147,483,647 bytes. In .NET Framework 4.5, the size of arrays can exceed 2 GB. The ICorDebugValue3 interface enables you to determine the size of these arrays.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.5

See also