Skip to content
DocsTry Aspire
DocsTry

ProcessCommandSpec Constructors

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