public InfoSession takeSessionOwnership() { IntPtr cPtr = tinyWRAPPINVOKE.InfoEvent_takeSessionOwnership(swigCPtr); InfoSession ret = (cPtr == IntPtr.Zero) ? null : new InfoSession(cPtr, false); return(ret); }
public InfoSession getSession() { IntPtr cPtr = tinyWRAPPINVOKE.InfoEvent_getSession(swigCPtr); InfoSession ret = (cPtr == IntPtr.Zero) ? null : new InfoSession(cPtr, false); return(ret); }
internal static HandleRef getCPtr(InfoSession obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(InfoSession obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }