Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
RemoteInterface.cs File Reference

Go to the source code of this file.

Classes

interface  MockPlugin.RemoteAccessTester.IMockPlugin
 Very basic service, only to show that you can trigger some action from outside and get a response. More...
 
class  MockPlugin.RemoteAccessTester.EndpointDef
 To avoid duplicating the endpoint definition in server and client. More...
 

Namespaces

namespace  MockPlugin
 An example Chronos plugin. This plugin demonstrates how to write plugins for Chronos. It should give you a rough idea how different things can be done, and which interfaces are needed to provide funtionality.
 
namespace  MockPlugin.RemoteAccessTester
 Interaction with Chronos crossing the process barrier. A normal Chronos plugin is a class library loaded into Chronos. If you want to interact with Chronos from a different application, you can use the techniques demonstrated here to communicate with another process and remotely control Chronos.