ProcessCommandSpec Constructors
ClassConstructors1 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
executablePathstring The executable path or command name to start. Command names are resolved from the AppHost process PATH.