C# 2.0 + WMI + Subnet

  • Thread starter Thread starter Alexandre Brisebois
  • Start date Start date
A

Alexandre Brisebois

In C# 2.0 is there a way to ge the subnet without using WMI?

I have found many different ways of doing this, but I wish to do it
using the framework
and not WMI. Any leads?


regards,
Alexandre Brisebois
 
| In C# 2.0 is there a way to ge the subnet without using WMI?
|
| I have found many different ways of doing this, but I wish to do it
| using the framework
| and not WMI. Any leads?
|
|
| regards,
| Alexandre Brisebois
|
What makes you think System.Management, wrapping WMI, is not part of the
framework?
The largest part of the Framework is a big wrapper, calling into existing
native services when available. If you don't like this for one or an other
reason, you will have to PInvoke the system (Win32) API's.


Willy.
 
I didn't express myself properly the first time around, I wanted teh
easy way out, i guess i wil have to use WMI after all.

thank you for the information,
Regards,
Alexandre Brisebois
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top