C# Class LuaInjectAgent.Main

Inheritance: IEntryPoint
Afficher le fichier Open project: gerich-home/lua-inject

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Main ( RemoteHooking context, string channelName, string pluginsPath, string configPath, string targetExecutable ) : System
Run ( RemoteHooking context, string channelName, string pluginsPath, string configPath, string targetExecutable ) : void

Method Details

Main() public méthode

public Main ( RemoteHooking context, string channelName, string pluginsPath, string configPath, string targetExecutable ) : System
context RemoteHooking
channelName string
pluginsPath string
configPath string
targetExecutable string
Résultat System

Run() public méthode

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