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