TestimoX

API Reference

Enum

PowerShellHostKind

Namespace ComputerX.PowerShellRuntime
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Requested host for PowerShell command execution.

Inheritance

  • Enum
  • PowerShellHostKind

Values

public const PowerShellHostKind Auto #

Pick the best available host (prefers pwsh, then powershell.exe).

Value: 0
public const PowerShellHostKind WindowsPowerShell #

Use Windows PowerShell (powershell.exe).

Value: 1
public const PowerShellHostKind PowerShell7 #

Use PowerShell 7+ (pwsh).

Value: 2