Show / Hide Table of Contents

Namespace Juhta.Net.Startup

Classes

Application

A class that represents an application built on the top of the framework. The class provides basic information about the application and methods for initializing and closing the application.

DynamicLibraryContext<TDynamicLibrary, TLibraryState>

Defines a class that simplifies the implementation of dynamic library services. The class acquires a read-lock to the state of the dynamic library and provides access both to the handle and state of the library. In other words, the class saves a developer of a dynamic library from storing the instances of the current handle and state within the library.

LibraryInitializationException

This exception will be thrown when an error occurs in initialization of a library.

LibraryStateException

This exception will be thrown in case of library state related errors.

Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX