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
파일 보기 프로젝트 열기: aganonki/HackTools

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