Exemple #1
0
        public OptionsSession getSession()
        {
            IntPtr         cPtr = tinyWRAPPINVOKE.OptionsEvent_getSession(swigCPtr);
            OptionsSession ret  = (cPtr == IntPtr.Zero) ? null : new OptionsSession(cPtr, false);

            return(ret);
        }
Exemple #2
0
        public OptionsSession takeSessionOwnership()
        {
            IntPtr         cPtr = tinyWRAPPINVOKE.OptionsEvent_takeSessionOwnership(swigCPtr);
            OptionsSession ret  = (cPtr == IntPtr.Zero) ? null : new OptionsSession(cPtr, false);

            return(ret);
        }
Exemple #3
0
 internal static HandleRef getCPtr(OptionsSession obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #4
0
 internal static HandleRef getCPtr(OptionsSession obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }