Method Attach
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.runner.utility.netfx.dll
Attach(int, string?)
Returns a test process for an existing process based on process ID.
public static LocalTestProcess Attach(int processID, string? responseFile)
Parameters
processIDintThe process ID
responseFilestringThe response file (to be cleaned up during disposal)