C# 클래스 Hawkeye.CapturePlugin.CapturePluginCore

상속: Hawkeye.Extensibility.BaseCommandPlugin
파일 보기 프로젝트 열기: odalet/Hawkeye2 1 사용 예제들

공개 메소드들

메소드 설명
CapturePluginCore ( CapturePluginDescriptor descriptor ) : System

Initializes a new instance of the CapturePluginCore class.

보호된 메소드들

메소드 설명
CanExecuteCore ( ) : bool

Determines whether this plugin command can be executed.

ExecuteCore ( ) : void

Executes this plugin command.

OnInitialized ( ) : void

Called when the plugin has just been initialized.

메소드 상세

CanExecuteCore() 보호된 메소드

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

CapturePluginCore() 공개 메소드

Initializes a new instance of the CapturePluginCore class.
public CapturePluginCore ( CapturePluginDescriptor descriptor ) : System
descriptor CapturePluginDescriptor The descriptor.
리턴 System

ExecuteCore() 보호된 메소드

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

OnInitialized() 보호된 메소드

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