C# Class Hawkeye.CapturePlugin.CapturePluginDescriptor

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

Méthodes publiques

Méthode Description
Create ( IHawkeyeHost host ) : IPlugin

Creates an instance of the plugin passing it the specified host.

Method Details

Create() public méthode

Creates an instance of the plugin passing it the specified host.
public Create ( IHawkeyeHost host ) : IPlugin
host IHawkeyeHost The host.
Résultat IPlugin