FreeSWITCH.Native.freeswitch.switch_core_get_variable_dup C# (CSharp) 메소드

switch_core_get_variable_dup() 공개 정적인 메소드

public static switch_core_get_variable_dup ( string varname ) : string
varname string
리턴 string
        public static string switch_core_get_variable_dup(string varname)
        {
            string ret = freeswitchPINVOKE.switch_core_get_variable_dup(varname);
            return ret;
        }
freeswitch