Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
IMethodEditorSnoopingTask.cs
Go to the documentation of this file.
2{
7
8 {
13 }
14}
Auxiliary functions that can improve the usablility of the method editor for your task types.
Implement IMethodEditorSnoopingTask. Do not implement this interface.
Implement this interface with your task to get information about your surroundings in the method edit...
IMethodEditorSnooper MethodEditorSnooper
When your task is used in the method editor, this property will be set by Chronos.
To be implemented by the "task" part of a Chronos plugin. Public properties of the implementing type ...