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

switch_loadable_module_load_module() public static method

public static switch_loadable_module_load_module ( string dir, string fname, switch_bool_t runtime, string &err ) : switch_status_t
dir string
fname string
runtime switch_bool_t
err string
return switch_status_t
        public static switch_status_t switch_loadable_module_load_module(string dir, string fname, switch_bool_t runtime, ref string err)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_loadable_module_load_module(dir, fname, (int)runtime, ref err);
            return ret;
        }
freeswitch