how can I get driver's version of Network Adapter ? by c# code? -


How do I obtain the driver adapter version of the network adapter? You should be able to do it through WMI to start a class by

driver's property property.

I think that something like this can work (please note, this code is not completely unwanted and it is only educated, guess how it can work):

  system. Use management; ... Management object explorer explorer = new management object search ("select * from win32_PnPSignedDriver"); Foreach (ozoz obz. Search ()) (//) in the searcher (unless you do not find the driver you are looking for (hopefully you can make this difference by DeviceName, DriverName or FriendlyName) string version = obj. GetPropertyValue ("DriverVersion") .tar (); }  

Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -