Vixen
02b45cc4
csharp
public record class RealmProcessRequest

What to launch, with what, and where.

Read the guide page for this →

Fields and properties (4)

  • public string Executable

    The realm's executable, or the runtime that will run it.

  • public IReadOnlyList<string> Arguments

    Its arguments, already including the encoded RealmSpec.

  • public string? WorkingDirectory

    Where to run it, or for the launcher's own.

  • public IReadOnlyDictionary<string, string> Environment

    Variables 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