get_process_info
Retrieve basic information about a running .NET process by PID, including name, uptime, runtime version, OS, and CPU cores. Use this tool as the first diagnostic step to confirm process accessibility and establish baseline context.
Instructions
Returns basic information about a running .NET process by PID. Includes process name, uptime, .NET runtime version, OS platform, and CPU core count. Use this as the first step when investigating any .NET application — it confirms the process is reachable and provides baseline context before diving into memory or thread diagnostics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | The process ID (PID) of the target .NET application |