Beispiel #1
0
 public unsafe static long $Invoke1(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(Json.Serialize(GCHandledObjects.GCHandleToObject(*args))));
 }
Beispiel #2
0
 public unsafe static long $Invoke0(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(Json.Deserialize(Marshal.PtrToStringUni(*(IntPtr *)args))));
 }