public Main(RemoteHooking.IContext context, string channelName, string pluginsPath, string configPath, string targetExecutable) { // connect to host... Interface = RemoteHooking.IpcConnectClient<Client>(channelName); Interface.Ping(); }
public Main(RemoteHooking.IContext context, string channelName, string pluginsPath, string configPath, string targetExecutable) { // connect to host... Interface = RemoteHooking.IpcConnectClient <Client>(channelName); Interface.Ping(); }