Embed management information and events
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
Exam 70-536 Preparation Guide: Embed management information and events into a .NET Framework application. (System.Management namespace)
|
- Retrieve a collection of
Managementobjects by using theManagementObjectSearcherclass and its derived classes.- Enumerate all disk drivers, network adapters, and processes on a computer.
- Retrieve information about all network connections.
- Retrieve information about all services that are paused.
ManagementQueryclassEventQueryclassObjectQueryclass
- Subscribe to management events by using the
ManagementEventWatcherclass.