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