Class UnmanagedMemoryBlock
public static class UnmanagedMemoryBlock
- Inheritance
-
UnmanagedMemoryBlock
- Inherited Members
Methods
Allocate(Type, int)
Backwards-compatible overload accepting int count.
public static IMemoryBlock Allocate(Type elementType, int count)
Parameters
Returns
Allocate(Type, int, object)
Backwards-compatible overload accepting int count.
public static IMemoryBlock Allocate(Type elementType, int count, object fill)
Parameters
Returns
Allocate(Type, long)
public static IMemoryBlock Allocate(Type elementType, long count)
Parameters
Returns
Allocate(Type, long, object)
public static IMemoryBlock Allocate(Type elementType, long count, object fill)
Parameters
Returns
FromArray(Array, bool, Type)
public static IMemoryBlock FromArray(Array arr, bool copy, Type elementType = null)