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

getCPtr() static private method

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