Hi,
I only know some of them such as "CreateVirtualDirectory" and "SetDatabaseConnection" etc but where can I get a list of all possible values(method names) for the ManagementObject.GetMethodParameters method?
Thanks.
Hi,
I only know some of them such as "CreateVirtualDirectory" and "SetDatabaseConnection" etc but where can I get a list of all possible values(method names) for the ManagementObject.GetMethodParameters method?
Thanks.
The ManagementClass.Methods property returns them, there's a good example in the MSDN Library topic for it. Have you found WmiCodeCreator yet?