PICO Platform Unity SDK
MarshalUtil Class Reference

Static Public Member Functions

static IntPtr StringToPtr (string s)
 
static string PtrToString (IntPtr p)
 
static string GetString (Encoding encoding, IntPtr str)
 
static byte[] ByteArrayFromNative (IntPtr ptr, uint length)
 
static IntPtr ByteArrayToNative (byte[] a)