Discuss this help topic in SecureBlackbox Forum
Specifies object's allocated size.
Declaration
[VB.NET]
Property AllocatedSize As Long
[Pascal]
property AllocatedSize : long;
[C++]
int64_t get_AllocatedSize();
[PHP]
integer get_AllocatedSize()
[Java]
long getAllocatedSize();
Description
Use this read-only property to get object's allocated size in bytes.
Discuss this help topic in SecureBlackbox Forum