Vixen
02b45cc4
csharp
public readonly record struct HeadlessPlatformOptions

What to build a HeadlessPlatform out of.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public string Organisation

    The publisher name used to place /data and /cache.

  • public string Application

    The application name used to place /data and /cache.

  • public IFileSystemHost? FileSystem

    Where files live, or for the OS's standard locations under Organisation and Application.

Methods (1)

  • public HeadlessPlatformOptions()

    What to build a HeadlessPlatform out of.

Used by (11)

  • HeadlessLifecycleTestsVixen.Platform.Headless.Tests
  • HeadlessPlatformVixen.Platform.Headless
  • HeadlessPlatformTestsVixen.Platform.Headless.Tests
  • PlatformExtensionsTestsVixen.Platform.Headless.Tests
  • AppBackendTestsVixen.App.Tests
  • HostedEngineTestsVixen.App.Tests
  • HostedRendererTestsVixen.App.Tests
  • PlatformHostVixen.App
  • RemoteContentMountTestsVixen.App.Tests
  • StartupSceneTestsVixen.App.Tests
  • VixenApplicationTestsVixen.App.Tests