Embed management information and events

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
Exam Prep. Guides
Exam 70-536 Study Guide

1. Types and collections
2. Process, threading,…
3. Embedding features

4. Serialization, I/O
5. .NET Security
6. Interop., reflection,…
7. Global., drawing, text

edit
Exam 70-536 Preparation Guide: Embed management information and events into a .NET Framework application. (System.Management namespace)



  • Retrieve a collection of Management objects by using the ManagementObjectSearcher class 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.
  • ManagementQuery class
    • EventQuery class
    • ObjectQuery class
  • Subscribe to management events by using the ManagementEventWatcher class.

Personal tools