iControl.NetworkingInterfaces.get_if_index C# (CSharp) Method

get_if_index() private method

private get_if_index ( string interfaces ) : long[]
interfaces string
return long[]
        public long[] get_if_index(
		string [] interfaces
	)
        {
            object [] results = this.Invoke("get_if_index", new object [] {
                interfaces});
            return ((long [])(results[0]));
        }
NetworkingInterfaces