Method AttachToProcessAsync
AttachToProcessAsync(int, StartDebuggingOptions, CancellationToken)
When implemented by a class, attaches debugger to the process.
Task AttachToProcessAsync(int processId, StartDebuggingOptions options, CancellationToken cancellationToken = default)Parameters
- processIdint
- Process ID to attach. 
- optionsStartDebuggingOptions
- Process attach options. 
- cancellationTokenCancellationToken
- Cancellation token 
Returns
AttachToProcessAsync(int, CancellationToken)
When implemented by a class, attaches debugger to the process.
Task AttachToProcessAsync(int processId, CancellationToken cancellationToken = default)Parameters
- processIdint
- Process ID to attach. 
- cancellationTokenCancellationToken
- Cancellation token