FreeSWITCH.Native.switch_app_log.switch_app_log C# (CSharp) Method

switch_app_log() private method

private switch_app_log ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal switch_app_log(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

switch_app_log::switch_app_log ( ) : System