C# Класс ToolsSharp.Hooks.WndProc.Default.WindowHookEngine

Default Class for adding elements to be executed inside of the thread the window WindowHook class is attached to.
Наследование: IWindowEngine
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
RegisterCallback ( IPulsableElement windowEngine ) : void

Adds a IPulseableElement member to the linked list. All elements in the list will have their Pulse() method called when the UserMessage.StartUp is message is invoked.

RegisterCallbacks ( ) : void

Adds multiple IPulseableElement member to the linked list. All elements in the list will have their Pulse() method called when the UserMessage.StartUp is message is invoked.

RemoveCallback ( IPulsableElement windowEngine ) : void

Removes an element from the IPulseableElement linked list contained in this instance.

ShutDown ( ) : void

Shuts the engine down.

StartUp ( ) : void

Starts the engine up.

WindowHookEngine ( ) : System

Initializes a new instance of the WindowHookEngine class.

Описание методов

RegisterCallback() публичный Метод

Adds a IPulseableElement member to the linked list. All elements in the list will have their Pulse() method called when the UserMessage.StartUp is message is invoked.
public RegisterCallback ( IPulsableElement windowEngine ) : void
windowEngine IPulsableElement The window engine.
Результат void

RegisterCallbacks() публичный Метод

Adds multiple IPulseableElement member to the linked list. All elements in the list will have their Pulse() method called when the UserMessage.StartUp is message is invoked.
public RegisterCallbacks ( ) : void
Результат void

RemoveCallback() публичный Метод

Removes an element from the IPulseableElement linked list contained in this instance.
public RemoveCallback ( IPulsableElement windowEngine ) : void
windowEngine IPulsableElement The window engine.
Результат void

ShutDown() публичный Метод

Shuts the engine down.
public ShutDown ( ) : void
Результат void

StartUp() публичный Метод

Starts the engine up.
public StartUp ( ) : void
Результат void

WindowHookEngine() публичный Метод

Initializes a new instance of the WindowHookEngine class.
public WindowHookEngine ( ) : System
Результат System