C# Class Hawkeye.DecompilePlugin.BaseDecompilerPluginCore

Inheritance: Hawkeye.Extensibility.BaseCommandPlugin
Mostra file Open project: odalet/Hawkeye2

Public Methods

Method Description
BaseDecompilerPluginCore ( IPluginDescriptor descriptor ) : System

Initializes a new instance of the ReflectorPluginCore class.

Protected Methods

Method Description
CanExecuteCore ( ) : bool

Determines whether this plugin command can be executed.

CreateDecompilerController ( ) : IDecompilerController
ExecuteCore ( ) : void

Executes this plugin command.

OnInitialized ( ) : void

Called when the plugin has just been initialized.

Private Methods

Method Description
OpenInDecompiler ( ) : void

Method Details

BaseDecompilerPluginCore() public method

Initializes a new instance of the ReflectorPluginCore class.
public BaseDecompilerPluginCore ( IPluginDescriptor descriptor ) : System
descriptor IPluginDescriptor The descriptor.
return System

CanExecuteCore() protected method

Determines whether this plugin command can be executed.
protected CanExecuteCore ( ) : bool
return bool

CreateDecompilerController() protected abstract method

protected abstract CreateDecompilerController ( ) : IDecompilerController
return IDecompilerController

ExecuteCore() protected method

Executes this plugin command.
protected ExecuteCore ( ) : void
return void

OnInitialized() protected method

Called when the plugin has just been initialized.
protected OnInitialized ( ) : void
return void