UvAppResource Constructors
Class Constructors 1 member
Represents a Uv application.
Constructor(string, string, string) Section titled Constructor(string, string, string) Represents a Uv application.
public class UvAppResource{ public UvAppResource( string name, string executablePath, string workingDirectory) { // ... }}Parameters
name string The name of the resource. executablePath string The path to the executable used to run the python app. workingDirectory string The working directory for uv.