C# 클래스 Hawkeye.DecompilePlugin.BaseDecompilerPluginCore

상속: Hawkeye.Extensibility.BaseCommandPlugin
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
BaseDecompilerPluginCore ( IPluginDescriptor descriptor ) : System

Initializes a new instance of the ReflectorPluginCore class.

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
OpenInDecompiler ( ) : void

메소드 상세

BaseDecompilerPluginCore() 공개 메소드

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

CanExecuteCore() 보호된 메소드

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

CreateDecompilerController() 보호된 추상적인 메소드

protected abstract CreateDecompilerController ( ) : IDecompilerController
리턴 IDecompilerController

ExecuteCore() 보호된 메소드

Executes this plugin command.
protected ExecuteCore ( ) : void
리턴 void

OnInitialized() 보호된 메소드

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