WMI Books
-
Does anyone know of a good book, or other resource, that documents some of the classes in the WMI namespace? For instance, I've seen examples of using the 'MSNdis_StatusMediaDisconnect' class to notify an application whenever a network connection is lost. My question is, where does information like this come from? I've googled 'till my fingers are numb and I still can't find a good resource. :( I'm not interested in tutorials about using the System.Management classes, I'm really more interested in knowing about the classes in the WMI namespace. Anyone have a resource they would like to share?
-
Does anyone know of a good book, or other resource, that documents some of the classes in the WMI namespace? For instance, I've seen examples of using the 'MSNdis_StatusMediaDisconnect' class to notify an application whenever a network connection is lost. My question is, where does information like this come from? I've googled 'till my fingers are numb and I still can't find a good resource. :( I'm not interested in tutorials about using the System.Management classes, I'm really more interested in knowing about the classes in the WMI namespace. Anyone have a resource they would like to share?
How about the docs in the WMI sdk (Part of the latest platform sdk)? http://www.microsoft.com/msdownload/platformsdk/sdkupdate/[^] "If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein
-
How about the docs in the WMI sdk (Part of the latest platform sdk)? http://www.microsoft.com/msdownload/platformsdk/sdkupdate/[^] "If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein
Matt Bishop wrote: "If we knew what it was we were doing, it would not be called research, would it?" Same quote is on the websit for the research group I work for. :-D Regards, Brian Dela :-)
-
How about the docs in the WMI sdk (Part of the latest platform sdk)? http://www.microsoft.com/msdownload/platformsdk/sdkupdate/[^] "If we knew what it was we were doing, it would not be called research, would it?" - Albert Einstein
Good suggestion. I loaded the SDK and looked in the docs - still no help for the class I'm interested in. :( I'll keep looking.