示例#1
0
        public TestInjection(
            RemoteHooking.IContext context,
            String channelName
            , TestComplexParameter parameter
            )
        {
            // connect to host...
            _interface = RemoteHooking.IpcConnectClient <TestInterface>(channelName);

            _interface.Ping();
        }
示例#2
0
        public TestInjection(
            RemoteHooking.IContext context,
            String channelName
            , TestComplexParameter parameter
            )
        {
            // connect to host...
            _interface = RemoteHooking.IpcConnectClient<TestInterface>(channelName);

            _interface.Ping();
        }