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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.