This documentation is archived and is not being maintained.
Monitoring and Managing Windows Processes
.NET Framework 2.0
The Process component gives you the ability to view and manage most Windows process tasks. These tasks include starting and stopping processes and retrieving process property information, such as memory and thread usage.
In This Section
- Introduction to Monitoring and Managing Windows Processes
-
Provides an overview of the Process component and how you can use it to interact with system resources.
- Creating and Binding to Processes
-
Provides a list of pages relating to creating Process components.
- Managing Processes
-
Explains how to use Process components to manage existing processes on your computer, such as starting, stopping, and retrieving process information.
- Retrieving Information About Processes
-
Describes how to retrieve process property information, such as memory and thread usage.
| Topic | Location |
|---|---|
| Walkthrough: Managing a Windows Process | Server Components in Visual Studio |
| Walkthrough: Managing a Windows Process | Server Components in Visual Studio |
| Walkthrough: Managing a Windows Process |
Related Sections
Show: