C# Class Hawkeye.DecompilePlugin.BaseDecompilerPluginCore

Inheritance: Hawkeye.Extensibility.BaseCommandPlugin
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
BaseDecompilerPluginCore ( IPluginDescriptor descriptor ) : System

Initializes a new instance of the ReflectorPluginCore class.

Méthodes protégées

Méthode 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

Méthode Description
OpenInDecompiler ( ) : void

Method Details

BaseDecompilerPluginCore() public méthode

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

CanExecuteCore() protected méthode

Determines whether this plugin command can be executed.
protected CanExecuteCore ( ) : bool
Résultat bool

CreateDecompilerController() protected abstract méthode

protected abstract CreateDecompilerController ( ) : IDecompilerController
Résultat IDecompilerController

ExecuteCore() protected méthode

Executes this plugin command.
protected ExecuteCore ( ) : void
Résultat void

OnInitialized() protected méthode

Called when the plugin has just been initialized.
protected OnInitialized ( ) : void
Résultat void