ExitMode
public sealed enum ExitMode
Namespace: RhoMicro.BindSight.Generators
Inheritance:
DirectoryExitMode
Summary
Section titled “Summary”Provides instructions to the BindSightGeneratorRunner on how to exit after running options docs generators.
Fields
Section titled “Fields”None = 0
Summary
Section titled “Summary”The runner will not exit.
Host = 1
Summary
Section titled “Summary”The runner will exit via IHostApplicationLifetime.StopApplication.
Environment
Section titled “Environment”Environment = 2
Summary
Section titled “Summary”The runner will exit via Environment.Exit.