Ejemplo n.º 1
0
 public ArScopedLock(ArMutex m) : this(AriaCSPINVOKE.new_ArScopedLock(ArMutex.getCPtr(m)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public ArMutex(ArMutex mutex) : this(AriaCSPINVOKE.new_ArMutex__SWIG_2(ArMutex.getCPtr(mutex)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }