Example #1
0
 public Main(
     RemoteHooking.IContext context,
     string channelName
     , HookParameter parameter
     )
 {
     _server        = RemoteHooking.IpcConnectClient <HookServer>(channelName);
     _instance      = this;
     _server.isHook = false;
 }
Example #2
0
 public HookLibEP(RemoteHooking.IContext context, string channelName)
 {
     _server = RemoteHooking.IpcConnectClient <HookServer>(channelName);
 }