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;
        }