[This is preliminary documentation and is subject to change.]
Describes general application model - usually a dependency injection container
that governs application initialization, state management, logging etc...
An applications is usually implemented with a singleton class that has static
conduits to instance properties. Applications may be passed by reference (hence this interface)
to simplify mocking that otherwise (in case of static-only class) would have been impossible
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also