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

getCPtr() static private method

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