Example #1
0
 public AutoSpinLock(GeSpinlock arg0) : this(C4dApiPINVOKE.new_AutoSpinLock__SWIG_0(GeSpinlock.getCPtr(arg0)), true) {
 }
Example #2
0
 public void DoLock(GeSpinlock arg0) {
   C4dApiPINVOKE.AutoSpinLock_DoLock(swigCPtr, GeSpinlock.getCPtr(arg0));
 }
Example #3
0
 internal static HandleRef getCPtr(GeSpinlock obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }