C# 클래스 Capture.EntryPoint

상속: EasyHook.IEntryPoint
파일 보기 프로젝트 열기: remcoros/Direct3DCapture

공개 메소드들

메소드 설명
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