Example #1
0
 public unsafe static long $Invoke1(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(SaleUtils.GetSaleItems((string[])GCHandledObjects.GCHandleToPinnedArrayObject(*args))));
 }
Example #2
0
 public unsafe static long $Invoke0(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(SaleUtils.GetCurrentActiveSale()));
 }