internal static global::System.Runtime.InteropServices.HandleRef getCPtr(MyMutex obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public override MyMutex getMutex() { MyMutex ret = new MyMutex(libPhotoAssistantImageProcessingPINVOKE.Image8_getMutex(swigCPtr), false); return(ret); }
public virtual MyMutex getMutex() { MyMutex ret = new MyMutex(libPhotoAssistantImageProcessingPINVOKE.IImage_getMutex(swigCPtr), false); return(ret); }