C# Class Capture.EntryPoint

Inheritance: EasyHook.IEntryPoint
Afficher le fichier Open project: remcoros/Direct3DCapture

Méthodes publiques

Méthode Description
EntryPoint ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : System
Run ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : void

Private Methods

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

Method Details

EntryPoint() public méthode

public EntryPoint ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : System
context EasyHook
channelName String
config Capture.Interface.CaptureConfig
Résultat System

Run() public méthode

public Run ( EasyHook context, String channelName, Capture.Interface.CaptureConfig config ) : void
context EasyHook
channelName String
config Capture.Interface.CaptureConfig
Résultat void