UvAppResource Constructors
ClassConstructors1 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
namestringThe name of the resource.executablePathstringThe path to the executable used to run the python app.workingDirectorystringThe working directory for uv.