C# Class Hawkeye.Extensibility.PluginManager

Show file Open project: odalet/Hawkeye2 Class Usage Examples

Public Methods

Method 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 method

Discovers the available plugins.
public DiscoverAll ( ) : void
return void

LoadAll() public method

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

PluginManager() public method

Initializes a new instance of the PluginManager class.
public PluginManager ( ) : System
return System