C# Class Interceptor.EntryPoint

Inheritance: IEntryPoint
Afficher le fichier Open project: jasonpang/Starcraft2Hook

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
EntryPoint ( RemoteHooking context, string channelName ) : System
Run ( RemoteHooking context, string channelName ) : void

Method Details

EntryPoint() public méthode

public EntryPoint ( RemoteHooking context, string channelName ) : System
context RemoteHooking
channelName string
Résultat System

Run() public méthode

public Run ( RemoteHooking context, string channelName ) : void
context RemoteHooking
channelName string
Résultat void