Share via


ExecutableResource(String, String, String) Constructor

Definition

A resource that represents a specified executable process.

public ExecutableResource (string name, string command, string workingDirectory);
new Aspire.Hosting.ApplicationModel.ExecutableResource : string * string * string -> Aspire.Hosting.ApplicationModel.ExecutableResource
Public Sub New (name As String, command As String, workingDirectory As String)

Parameters

name
String

The name of the resource.

command
String

The command to execute.

workingDirectory
String

The working directory of the executable.

Applies to