Skip to content

ExitMode

public sealed enum ExitMode

Namespace: RhoMicro.BindSight.Generators

Inheritance:

Provides instructions to the BindSightGeneratorRunner on how to exit after running options docs generators.

None = 0

The runner will not exit.

Host = 1

The runner will exit via IHostApplicationLifetime.StopApplication.

Environment = 2

The runner will exit via Environment.Exit.