C# Class Hawkeye.DecompilePlugin.ILSpyPluginCore

Inheritance: BaseDecompilerPluginCore
Show file Open project: odalet/Hawkeye2 Class Usage Examples

Public Methods

Method Description
ILSpyPluginCore ( ILSpyPluginDescriptor descriptor ) : System.Drawing

Initializes a new instance of the ILSpyPluginCore class.

Protected Methods

Method Description
CreateDecompilerController ( ) : IDecompilerController

Method Details

CreateDecompilerController() protected method

protected CreateDecompilerController ( ) : IDecompilerController
return IDecompilerController

ILSpyPluginCore() public method

Initializes a new instance of the ILSpyPluginCore class.
public ILSpyPluginCore ( ILSpyPluginDescriptor descriptor ) : System.Drawing
descriptor ILSpyPluginDescriptor The descriptor.
return System.Drawing