FreeSWITCH.Native.switch_stream_handle.getCPtr C# (CSharp) Метод

getCPtr() статический приватный Метод

static private getCPtr ( switch_stream_handle obj ) : HandleRef
obj switch_stream_handle
Результат System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(switch_stream_handle obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }