Developer Documentation
Our new developer documentation is now available. Please check it out!

Utility.GetNativeBuffer

public static byte[] GetNativeBuffer(IntPtr pointer, uint length)

Get Odin native buffer IntPtr data

Parameters

NameTypeDescription
pointerIntPtr
lengthUInt32

Returns

TypeDescription
Byte[]