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

switch_safe_strdup() 공개 정적인 메소드

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