コード例 #1
0
 public AutoRWLocker(AutoRWLock arg0) : this(C4dApiPINVOKE.new_AutoRWLocker__SWIG_2(AutoRWLock.getCPtr(arg0)), true)
 {
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void DoLock(AutoRWLock arg0)
 {
     C4dApiPINVOKE.AutoRWLocker_DoLock__SWIG_1(swigCPtr, AutoRWLock.getCPtr(arg0));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 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);
 }