iControl.ManagementGlobals.get_local_file_path_prefixes C# (CSharp) Метод

get_local_file_path_prefixes() приватный Метод

private get_local_file_path_prefixes ( ) : string[]
Результат string[]
        public string[] get_local_file_path_prefixes(

	)
        {
            object [] results = this.Invoke("get_local_file_path_prefixes", new object [0]);
            return ((string [])(results[0]));
        }