csharp
public record class RealmProcessRequestWhat to launch, with what, and where.
Fields and properties (4)
public string ExecutableThe realm's executable, or the runtime that will run it.
public IReadOnlyList<string> ArgumentsIts arguments, already including the encoded RealmSpec.
public string? WorkingDirectoryWhere to run it, or for the launcher's own.
public IReadOnlyDictionary<string, string> EnvironmentVariables to add to the launcher's own.
Methods (1)
public RealmProcessRequest(string Executable, IReadOnlyList<string> Arguments, string? WorkingDirectory, IReadOnlyDictionary<string, string> Environment)What to launch, with what, and where.
Used by (5)
- FakeProcessVixen.Live.Placement.Process.Tests
- FakeProcessHostVixen.Live.Placement.Process.Tests
- IRealmProcessHostVixen.Live.Placement.Process
- ProcessPlacementTestsVixen.Live.Placement.Process.Tests
- SystemProcessHostVixen.Live.Placement.Process