ProcessCommandSpec Constructors
Class Constructors 1 member
Describes a local process that is started when a process-backed resource command executes.
Constructor(string) Section titled Constructor(string) Describes a local process that is started when a process-backed resource command executes.
public sealed class ProcessCommandSpec{ public ProcessCommandSpec( string executablePath) { // ... }}Parameters
executablePath string The executable path or command name to start. Command names are resolved from the AppHost process PATH.