C# Class Interceptor.EntryPoint

Inheritance: IEntryPoint
显示文件 Open project: jasonpang/Starcraft2Hook

Private Properties

Property Type Description

Public Methods

Method Description
EntryPoint ( RemoteHooking context, string channelName ) : System
Run ( RemoteHooking context, string channelName ) : void

Method Details

EntryPoint() public method

public EntryPoint ( RemoteHooking context, string channelName ) : System
context RemoteHooking
channelName string
return System

Run() public method

public Run ( RemoteHooking context, string channelName ) : void
context RemoteHooking
channelName string
return void