Exemplo n.º 1
0
 public long GetBigInt(IntPtr isolate, IntPtr holder, bool isByRef)
 {
     return(PuertsDLL.GetBigIntFromValue(isolate, holder, isByRef));
 }
Exemplo n.º 2
0
 public ulong GetUInt64(bool isByRef)
 {
     return((ulong)PuertsDLL.GetBigIntFromValue(isolate, value, isByRef));
 }