C# 클래스 Interceptor.EntryPoint

상속: IEntryPoint
파일 보기 프로젝트 열기: jasonpang/Starcraft2Hook

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EntryPoint ( RemoteHooking context, string channelName ) : System
Run ( RemoteHooking context, string channelName ) : void

메소드 상세

EntryPoint() 공개 메소드

public EntryPoint ( RemoteHooking context, string channelName ) : System
context RemoteHooking
channelName string
리턴 System

Run() 공개 메소드

public Run ( RemoteHooking context, string channelName ) : void
context RemoteHooking
channelName string
리턴 void