TestimoX

API Reference

Class

ApplicationLaunchRequest

Namespace ComputerX.Processes
Assembly ComputerX
Modifiers sealed

Request for local application launch.

Inheritance

  • Object
  • ApplicationLaunchRequest

Constructors

public ApplicationLaunchRequest() #

Properties

public String Target { get; set; } #

Launch target, such as an executable path, command, document, or URI.

public String Arguments { get; set; } #

Optional argument string.

public String WorkingDirectory { get; set; } #

Optional working directory.