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

switch_loadable_module_interface() private method

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

Same methods

switch_loadable_module_interface::switch_loadable_module_interface ( ) : System