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