HDF5DotNet - C++/CLI Wrapper of the HDF5 Library
Welcome to HDF5DotNet
FAQ
HDF5DotNet Namespace
Callbacks
Enumerations
Exceptions
Handles
H5 Class
H5A Class
H5D Class
H5E Class
H5F Class
H5G Class
H5I Class
H5L Class
H5O Class
H5P Class
H5R Class
H5S Class
H5T Class
H5TB Class
Info
Interfaces
Misc
H5Array(Type) Class
H5CrtHeap Class
H5FloatingBitFields Class
Header Class
H5Memory Class
H5Memory Members
H5Memory Constructor
H5Memory Methods
H5Memory Properties
Message Class
MetaSize Class
ObjectReference Class
RegionReference Class
Space Class
UnmanagedMemoryStream Class
Structures
H5Memory Members
The
H5Memory
type exposes the following members.
Constructors
Name
Description
H5Memory
()
()
()
()
Create an instance of H5Memory containing a null pointer.
H5Memory(IntPtr)
Create an instance of H5Memory allocating a specified amount of memory from the "C" run-time heap.
H5Memory(UIntPtr)
Methods
Name
Description
Dispose
()
()
()
()
Destructor for H5Memory (deallocated memory if not previously deallocted.)
Dispose(Boolean)
Equals
(Inherited from
Object
.)
Finalize
Finalize destructor for H5Memory (deallocated memory if not previously deallocted.)
(Overrides
ObjectFinalize
()
()
()
()
.)
GetElement
<
(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.
GetElement
<
(Of
<
<'
(
Type
>
)
>
>
)
(UIntPtr)
GetHashCode
(Inherited from
Object
.)
GetType
(Inherited from
Object
.)
MemberwiseClone
(Inherited from
Object
.)
Set
<
(Of
<
<'
(
Type
>
)
>
>
)
(H5Array
<
(Of
<
<'
(
Type
>
)
>
>
)
, IntPtr)
Set
<
(Of
<
<'
(
Type
>
)
>
>
)
(H5Array
<
(Of
<
<'
(
Type
>
)
>
>
)
, UIntPtr)
SetElement
<
(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.
SetElement
<
(Of
<
<'
(
Type
>
)
>
>
)
(UIntPtr, Type
%
)
ToString
(Inherited from
Object
.)
Properties
Name
Description
Pointer
Pointer to the allocated memory.
Size
Size (in bytes) of the allocated memory.
See Also
H5Memory Class
HDF5DotNet Namespace