FreeSWITCH.Native.switch_core_thread_session.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( switch_core_thread_session obj ) : HandleRef
obj switch_core_thread_session
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(switch_core_thread_session obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }