nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.IO.HDF5 / GlobalHeapObject

GlobalHeapObject

Full name Microsoft.VisualBasic.Data.IO.HDF5.struct.GlobalHeapObject Assembly Microsoft.VisualBasic.Data.IO.HDF5 Members 5

01 Syntax

Microsoft.VisualBasic.Data.IO.HDF5.struct.GlobalHeapObject

02 Methods

NameOverloadsSummary
ToString 1

03 Properties

NameOverloadsSummary
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

property index #
index

2 bytes

property references #
references

Reference Count

property objectSize #
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.

property data #
data

The object data is treated as a one-dimensional array of bytes to be interpreted by the caller.

method ToString #
ToString()