Skip Navigation Links.

H5Memory Methods

The H5Memory type exposes the following members.

Methods

  NameDescription
Public methodDispose()()()()
Destructor for H5Memory (deallocated memory if not previously deallocted.)
Protected methodDispose(Boolean)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Finalize destructor for H5Memory (deallocated memory if not previously deallocted.)
(Overrides ObjectFinalize()()()().)
Public methodGetElement<(Of <<'(Type>)>>)(IntPtr)
Get a value from the location in the allocated memory that would correspond to memory[index] if the H5Memory were an array of the type specified.
Public methodGetElement<(Of <<'(Type>)>>)(UIntPtr)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSet<(Of <<'(Type>)>>)(H5Array<(Of <<'(Type>)>>), IntPtr)
Public methodSet<(Of <<'(Type>)>>)(H5Array<(Of <<'(Type>)>>), UIntPtr)
Public methodSetElement<(Of <<'(Type>)>>)(IntPtr, Type%)
Copy a value to the location in the allocated memory that would correspond to memory[index] if the H5Memory were an array of the same type as the value.
Public methodSetElement<(Of <<'(Type>)>>)(UIntPtr, Type%)
Public methodToString (Inherited from Object.)

See Also