C# Class Hawkeye.CapturePlugin.CapturePluginCore

Inheritance: Hawkeye.Extensibility.BaseCommandPlugin
ファイルを表示 Open project: odalet/Hawkeye2 Class Usage Examples

Public Methods

Method Description
CapturePluginCore ( CapturePluginDescriptor descriptor ) : System

Initializes a new instance of the CapturePluginCore class.

Protected Methods

Method Description
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.

Method Details

CanExecuteCore() protected method

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

CapturePluginCore() public method

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

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