Esempio n. 1
0
 public void DoLock(AutoRWLock arg0) {
   C4dApiPINVOKE.AutoRWLocker_DoLock__SWIG_1(swigCPtr, AutoRWLock.getCPtr(arg0));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 2
0
 internal static HandleRef getCPtr(AutoRWLock obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 public AutoRWLocker(AutoRWLock arg0) : this(C4dApiPINVOKE.new_AutoRWLocker__SWIG_2(AutoRWLock.getCPtr(arg0)), true) {
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }