Skip to content
Docs Try Aspire
Docs Try

ProcessCommandSpec Constructors

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