C# Класс Hawkeye.CapturePlugin.CapturePluginCore

Наследование: Hawkeye.Extensibility.BaseCommandPlugin
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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