iControl.ManagementDevice.get_local_device C# (CSharp) Method

get_local_device() private method

private get_local_device ( ) : string
return string
        public string get_local_device(

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