C# Class Hawkeye.DecompilePlugin.ReflectorPluginDescriptor

Inheritance: IPluginDescriptor
Datei anzeigen Open project: odalet/Hawkeye2 Class Usage Examples

Public Methods

Method Description
Create ( IHawkeyeHost host ) : IPlugin

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

Method Details

Create() public method

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