Method | Description | |
---|---|---|
BaseDecompilerPluginCore ( IPluginDescriptor descriptor ) : System |
Initializes a new instance of the ReflectorPluginCore class.
|
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.
|
Method | Description | |
---|---|---|
OpenInDecompiler ( ) : void |
public BaseDecompilerPluginCore ( IPluginDescriptor descriptor ) : System | ||
descriptor | IPluginDescriptor | The descriptor. |
return | System |
protected abstract CreateDecompilerController ( ) : IDecompilerController | ||
return | IDecompilerController |