Пример #1
0
 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);
 }
Пример #2
0
        public override MyMutex getMutex()
        {
            MyMutex ret = new MyMutex(libPhotoAssistantImageProcessingPINVOKE.Image8_getMutex(swigCPtr), false);

            return(ret);
        }
Пример #3
0
        public virtual MyMutex getMutex()
        {
            MyMutex ret = new MyMutex(libPhotoAssistantImageProcessingPINVOKE.IImage_getMutex(swigCPtr), false);

            return(ret);
        }