iControl.ManagementDevice.get_hostname C# (CSharp) 메소드

get_hostname() 개인적인 메소드

private get_hostname ( string devices ) : string[]
devices string
리턴 string[]
        public string[] get_hostname(
		string [] devices
	)
        {
            object [] results = this.Invoke("get_hostname", new object [] {
                devices});
            return ((string [])(results[0]));
        }
ManagementDevice