Пример #1
0
        public InfoSession takeSessionOwnership()
        {
            IntPtr      cPtr = tinyWRAPPINVOKE.InfoEvent_takeSessionOwnership(swigCPtr);
            InfoSession ret  = (cPtr == IntPtr.Zero) ? null : new InfoSession(cPtr, false);

            return(ret);
        }
Пример #2
0
        public InfoSession getSession()
        {
            IntPtr      cPtr = tinyWRAPPINVOKE.InfoEvent_getSession(swigCPtr);
            InfoSession ret  = (cPtr == IntPtr.Zero) ? null : new InfoSession(cPtr, false);

            return(ret);
        }
Пример #3
0
 internal static HandleRef getCPtr(InfoSession obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Пример #4
0
 internal static HandleRef getCPtr(InfoSession obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }