iControl.NetworkingInterfaces.get_if_index C# (CSharp) Метод

get_if_index() приватный Метод

private get_if_index ( string interfaces ) : long[]
interfaces string
Результат long[]
        public long[] get_if_index(
		string [] interfaces
	)
        {
            object [] results = this.Invoke("get_if_index", new object [] {
                interfaces});
            return ((long [])(results[0]));
        }
NetworkingInterfaces