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]));
        }