Enumerating systems in a network

  • Thread starter Thread starter Ken Allen
  • Start date Start date
K

Ken Allen

Is there a native .Net mechanism for enumerating a list of all of the
servers/systems in a LAN? Or must I resort to a Win32 call to achieve this?

-ken
 
Hello Ken,

I haven't seen anything in the framework that will enumerate servers.

You will probably have to use win32 using interop.
 
Back
Top