Skip to content
Docs Try Aspire

ExecutableResource Properties

Class Properties 2 members
A resource that represents a specified executable process.
Gets the command associated with this executable resource.
public string Command { get; }
WorkingDirectory Section titled WorkingDirectory string
Gets the working directory for the executable resource.
public string WorkingDirectory { get; }