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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

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