Creating and Binding to Processes
You can use the Process component to bind to any running process to which you have rights. After the component has been bound to a target process, you can perform several tasks including stopping the process and viewing process statistics. For example, if a Process component has been bound to a process, it will store the starting and stopping time of the target process. You can take this information from the component's properties and assigned them to variables for later use in maintenance applications.
In This Section
- How to: Create Process Components
Gives directions for creating Process components.
- How to: Bind to Existing Processes
Explains how to bind components to existing processes.
Related Sections
- How to: Specify Processes
Describes how to use the Process component to start processes on your computer.
- How to: Stop Processes
Describes how to use the Process component to stop processes currently running on your computer.
- Retrieving Information About Processes
Explains how to use the Process component to retrieve property information about processes on your computer.