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

get_contact() 개인적인 메소드

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