C# Class Insero.ComponentCompositionFramework.Composition.Dynamic.MefComponentComposer

This is a dynamic backend-to-frontend connection composer based on extensions that can be found in a folder.
Inheritance: ComponentComposerBase, IDisposable
Afficher le fichier Open project: FINESCE/ComponentCompositionFramework Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
MefComponentComposer ( string path ) : System

Constructs the MefConnectionComposer to the given path for extensions.

Start ( ) : void

Starts the ConnectionComposer.

Stop ( ) : void

Stops the ConnectionComposer if it is started.

Private Methods

Méthode Description
Cleanup ( bool disposing ) : void
CombineComponents ( ) : void
Component_Disposed ( object sender, EventArgs e ) : void
ComposeOrRefresh ( ) : void
InitializeFileWatcherIfNotExist ( ) : void
InitializeMef ( ) : void
UninitializeMef ( ) : void
Watcher_Changed ( object sender, FileSystemEventArgs e ) : void
Watcher_Created ( object sender, FileSystemEventArgs e ) : void
Watcher_Deleted ( object sender, FileSystemEventArgs e ) : void
Watcher_Renamed ( object sender, RenamedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

MefComponentComposer() public méthode

Constructs the MefConnectionComposer to the given path for extensions.
public MefComponentComposer ( string path ) : System
path string
Résultat System

Start() public méthode

Starts the ConnectionComposer.
Thrown if the MefConnectionComposer could not be started
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the ConnectionComposer if it is started.
public Stop ( ) : void
Résultat void