How to change a manageObject's value in WMI application?
C#
1
Posts
1
Posters
1
Views
1
Watching
-
while writting WMI application, i could read many values by means of System.Management namespace. many examples show how to read the values in Win32_class. my question is : How to modify the value in Win32_class using System.Management namespace ? there are some methods which might do this work such as Put(), SetPropertyValue(). But How to use them ?