Esempio n. 1
0
 public H(fnInternalCallCheck o)
 {
     _p = (PTR)Alloc(o);
 }
Esempio n. 2
0
 public H(fnInternalCallCheck o)
 {
     _p = (PTR)(System.IntPtr)System.Runtime.InteropServices.GCHandle.Alloc(o, System.Runtime.InteropServices.GCHandleType.Normal);
     gcHandles.Add(_p);
 }