iControl.NetworkingRouteTable.get_static_route_gateway C# (CSharp) Метод

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

private get_static_route_gateway ( NetworkingRouteTableRouteDefinition routes ) : string[]
routes NetworkingRouteTableRouteDefinition
Результат string[]
        public string[] get_static_route_gateway(
		NetworkingRouteTableRouteDefinition [] routes
	)
        {
            object [] results = this.Invoke("get_static_route_gateway", new object [] {
                routes});
            return ((string [])(results[0]));
        }
NetworkingRouteTable