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

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