Skip to content
DocsTry Aspire
DocsTry

ExecutableResource Constructors

ClassConstructors1 member
A resource that represents a specified executable process.
Constructor(string, string, string)Section titled Constructor(string, string, string)
public class ExecutableResource
{
public ExecutableResource(
string name,
string command,
string workingDirectory)
{
// ...
}
}
namestringThe name of the resource.
commandstringThe command to execute.
workingDirectorystringThe working directory of the executable. Can be empty.