Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ShellExecution

Index

Constructors

  • new ShellExecution(commandLine: string, options?: ShellExecutionOptions): ShellExecution
  • new ShellExecution(command: string | ShellQuotedString, args: (string | ShellQuotedString)[], options?: ShellExecutionOptions): ShellExecution

Properties

arguments: (string | ShellQuotedString)[]
shellCommand: string | ShellQuotedString
shellCommandLine: string
shellOptions: undefined | ShellExecutionOptions

Accessors

  • get args(): (string | ShellQuotedString)[]
  • set args(value: (string | ShellQuotedString)[]): void
  • get command(): string | ShellQuotedString
  • set command(value: string | ShellQuotedString): void
  • get commandLine(): string
  • set commandLine(value: string): void
  • get options(): undefined | ShellExecutionOptions
  • set options(value: undefined | ShellExecutionOptions): void

Methods

  • is(value: ProcessExecution | ShellExecution | CustomExecution): value is ShellExecution