public static AllocateTypeAssociatedMemory ( Type, type, int size ) : IntPtr, | ||
type | Type, | The type to associate the memory to. |
size | int | The size in byte of the memory to allocate. |
return | IntPtr, |
public static AllocateTypeAssociatedMemory ( Type, type, int size ) : IntPtr, | ||
type | Type, | The type to associate the memory to. |
size | int | The size in byte of the memory to allocate. |
return | IntPtr, |