GlobalHeapObject
01 Syntax
Microsoft.VisualBasic.Data.IO.HDF5.struct.GlobalHeapObject
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| index | 1 | 2 bytes |
| references | 1 | Reference Count |
| objectSize | 1 | This is the size of the object data stored for the object. |
| data | 1 | The object data is treated as a one-dimensional array of bytes to be interpreted by the caller. |
04 Members
index
2 bytes
references
Reference Count
objectSize
This is the size of the object data stored for the object. The actual storage space allocated for the object data is rounded up to a multiple of eight.
data
The object data is treated as a one-dimensional array of bytes to be interpreted by the caller.
ToString()