Свойство | Type | Description | |
---|---|---|---|
_container | System.ComponentModel.Composition.Hosting.CompositionContainer |
Méthode | Description | |
---|---|---|
Bootstrapper ( ) : System | ||
Bootstrapper ( IAssemblyLoader loader ) : System | ||
Clear ( ) : void |
Clears the container.
|
|
Start ( ) : void |
Starts the application and starts module loading.
|
|
Stop ( ) : void |
Stops the application and releases the unnecessery components.
|
Méthode | Description | |
---|---|---|
LoadModules ( IEnumerable |
Starts the application with the given assemblies.
|
|
UnloadModules ( ) : void |
Unloads the modules and components.
|
Méthode | Description | |
---|---|---|
CanAddAssembly ( |
||
GetByAttributes ( IEnumerable |
||
Install ( IModule installer ) : void | ||
IterateNodes ( DependencyNode node, AttributeContext |
||
OrderInstallerDependencies ( IEnumerable |
||
VisitAndYieldReturnTree ( DependencyNode>.Dictionary |
public Bootstrapper ( IAssemblyLoader loader ) : System | ||
loader | IAssemblyLoader | |
Résultat | System |
protected LoadModules ( IEnumerable |
||
assemblies | IEnumerable |
|
Résultat | void |