snapshot
Capture a memory snapshot of a .NET process by specifying its PID, name, or a command to launch. Optionally set a delay before capturing.
Instructions
Takes a memory snapshot of a .NET process. Provide either a pid, processName, or command to profile. Optionally specify durationSeconds to wait before capturing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | Process ID to snapshot | |
| command | No | Command to launch and snapshot | |
| processName | No | Process name to snapshot | |
| durationSeconds | No | Seconds to wait before taking snapshot |