C# Class Hawkeye.Extensibility.PluginManager

Afficher le fichier Open project: odalet/Hawkeye2 Class Usage Examples

Méthodes publiques

Méthode Description
DiscoverAll ( ) : void

Discovers the available plugins.

LoadAll ( IHawkeyeHost host ) : void

Loads all the plugins (passing them the specified host) from previously discovered plugin descriptors.

PluginManager ( ) : System

Initializes a new instance of the PluginManager class.

Method Details

DiscoverAll() public méthode

Discovers the available plugins.
public DiscoverAll ( ) : void
Résultat void

LoadAll() public méthode

Loads all the plugins (passing them the specified host) from previously discovered plugin descriptors.
public LoadAll ( IHawkeyeHost host ) : void
host IHawkeyeHost The host.
Résultat void

PluginManager() public méthode

Initializes a new instance of the PluginManager class.
public PluginManager ( ) : System
Résultat System