public AutoRWLocker(AutoRWLock arg0) : this(C4dApiPINVOKE.new_AutoRWLocker__SWIG_2(AutoRWLock.getCPtr(arg0)), true) { if (C4dApiPINVOKE.SWIGPendingException.Pending) { throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); } }
public void DoLock(AutoRWLock arg0) { C4dApiPINVOKE.AutoRWLocker_DoLock__SWIG_1(swigCPtr, AutoRWLock.getCPtr(arg0)); if (C4dApiPINVOKE.SWIGPendingException.Pending) { throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); } }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(AutoRWLock obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }