示例#1
0
 public long GetBigInt(IntPtr isolate, IntPtr holder, bool isByRef)
 {
     return(PuertsDLL.GetBigIntFromValue(isolate, holder, isByRef));
 }
 public ulong GetUInt64(bool isByRef)
 {
     return((ulong)PuertsDLL.GetBigIntFromValue(isolate, value, isByRef));
 }