iControl.NetworkingInterfaces.get_statistics C# (CSharp) 메소드

get_statistics() 개인적인 메소드

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