C# Class Hawkeye.CapturePlugin.CapturePluginCore

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

Méthodes publiques

Méthode Description
CapturePluginCore ( CapturePluginDescriptor descriptor ) : System

Initializes a new instance of the CapturePluginCore class.

Méthodes protégées

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

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

CapturePluginCore() public méthode

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

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