iControl.SystemCertificateRevocationListFile.get_system_path C# (CSharp) Method

get_system_path() private method

private get_system_path ( string files ) : string[]
files string
return string[]
        public string[] get_system_path(
		string [] files
	)
        {
            object [] results = this.Invoke("get_system_path", new object [] {
                files});
            return ((string [])(results[0]));
        }