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