1
0
Fork
You've already forked utilities
0
Various code utilities
  • C# 100%
Find a file
Eric Boumendil 7abef58260 Minor revision
2015年06月19日 22:14:09 +02:00
netstat Minor revision 2015年06月19日 22:14:09 +02:00
.gitignore Netstat Process Watcher 2015年06月19日 22:03:46 +02:00
readme.md Netstat wrapper 2015年06月18日 23:40:08 +02:00

Various small utilities

Disclaimer

These are not maintained projects. Feel free to reuse it if useful, feel free to PR, but don't expect fast answers in case of bug ;-).

How to (re)use

I try to wrap each utility into a single file. Just drop the file you're interested in into your project.

netstat

Just a wrapper around Windows 'netstat' command (launch an external process).

Others resources:

For direct P/Invoke, see also: http://www.timvw.be/2007/09/09/build-your-own-netstatexe-with-c/

For managed (partial) implementation of netstat, see http://www.timvw.be/2007/09/09/build-your-own-netstatexe-with-c/