Skip to content

ApplicationUtils

Static utility class for small application-level helpers. It includes console window behavior and reflection-based type discovery used by packages that register classes from assemblies.

Use these helpers when the application needs to set console state, suppress Ctrl+C shutdown in an interactive process, or discover all loaded types that inherit from a base class or implement an interface.

Methods

All packages are released under the MIT License.