|
void | Initialize (ulong numBytes) |
|
void | Initialize (uint numElements, uint sizeOfEachElement) |
|
void | Initialize< T > (uint numElements) |
|
unsafe void | AcquirePointer (ref byte *pointer) |
|
void | ReleasePointer () |
|
unsafe T | Read< T > (ulong byteOffset) |
|
void | ReadArray< T > (ulong byteOffset, T[] array, int index, int count) |
|
unsafe void | ReadSpan< T > (ulong byteOffset, Span< T > buffer) |
|
unsafe void | Write< T > (ulong byteOffset, T value) |
|
void | WriteArray< T > (ulong byteOffset, T[] array, int index, int count) |
|
unsafe void | WriteSpan< T > (ulong byteOffset, ReadOnlySpan< T > data) |
|
IntPtr | DangerousGetHandle () |
|
void | Close () |
|
void | Dispose () |
|
void | SetHandleAsInvalid () |
|
void | DangerousAddRef (ref bool success) |
|
void | DangerousRelease () |
|
Definition at line 6 of file SafeAllocHHandle.cs.
The documentation for this class was generated from the following file: