PowerShell.withPid constructor

PowerShell.withPid(
  1. int? pid
)

Attached to the Powershell shell with the given pid.

Implementation

PowerShell.withPid(this.pid);