TestimoX

API Reference

Enum

PowerShellMethod

Namespace TestimoX.Definitions
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines methods available for executing PowerShell.

Inheritance

  • Enum
  • PowerShellMethod

Usage

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

Values

public const PowerShellMethod NamedPipe #

Execute via named pipe to a host.

Value: 0
public const PowerShellMethod InProcess #

Execute within the current process.

Value: 1
public const PowerShellMethod OutOfProcess #

Execute in a separate process.

Value: 2