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
Post a Comment