Interface IDynamicInitializableLibrary
Defines an interface for dynamic initializable libraries. A library is a dynamic initializable library if it is dynamic and its state can be initialized at the runtime.
Inherited Members
Namespace: Juhta.Net.LibraryManagement
Assembly: Juhta.Net.LibraryManagement.dll
Syntax
public interface IDynamicInitializableLibrary : IDynamicLibrary
Methods
| Improve this Doc View SourceCreateDefaultLibraryState()
Creates the default state for the library.
Declaration
IDefaultLibraryState CreateDefaultLibraryState()
Returns
Type | Description |
---|---|
IDefaultLibraryState | Returns an IDefaultLibraryState object containing the default state for the library. |