C# Класс Capture.EntryPoint

Наследование: EasyHook.IEntryPoint
Показать файл Открыть проект

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

Метод Описание
EntryPoint ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : System
Run ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : void

Приватные методы

Метод Описание
DisposeDirectXHook ( ) : void
InitialiseDirectXHook ( Capture.Interface.CaptureConfig config ) : bool
StartCheckHostIsAliveThread ( ) : void

Begin a background thread to check periodically that the host process is still accessible on its IPC channel

StopCheckHostIsAliveThread ( ) : void

Tell the _checkAlive thread that it can exit if it hasn't already

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

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

public EntryPoint ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : System
context EasyHook
channelName String
config Capture.Interface.CaptureConfig
Результат System

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

public Run ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : void
context EasyHook
channelName String
config Capture.Interface.CaptureConfig
Результат void