FreeSWITCH.Native.freeswitch.switch_xml_parse_file_simple C# (CSharp) Method

switch_xml_parse_file_simple() public static method

public static switch_xml_parse_file_simple ( string file ) : switch_xml
file string
return switch_xml
        public static switch_xml switch_xml_parse_file_simple(string file)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_xml_parse_file_simple(file);
            switch_xml ret = (cPtr == IntPtr.Zero) ? null : new switch_xml(cPtr, false);
            return ret;
        }
freeswitch