About the implementation of netstat using .NET Framework
I have spent plenty of time in implementing the functions of netstat by using .NET Framework2.0.
I found that I can implement some functions of netstat(for example, -np TCP, -s) when using the classes in NetworkInformation Namespace. But I don't how to implement the functions listed below:
netstat -r
netstat -e
Could anyone give me any suggestion?

