Advanced Programming Topics in WMI .NET
.NET Framework 2.0
The following table covers advanced operations for WMI in .NET Framework and provides links to topics with example code.
| Topic | Description |
|---|---|
| Remote connections for WMI in .NET Framework are accomplished through the ManagementScope object. | |
| A client application may call a method asynchronously and carry on other operations while the method is executing. | |
| A client application may set up an asynchronous subscription and carry on other operations while waiting for events. | |
| Management operations can be performed asynchronously. | |
| This example updates the security descriptor information for a namespace so that certain users can access and modify the namespace. | |
| WMI provides the ability to automatically generate early-bound wrappers for WMI objects. |