Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Generic way to access a plugin object that was wrapped by Chronos. More...
Properties | |
TPluginInterface | Plugin [get] |
Get the inner, plugin defined part of the object. | |
Generic way to access a plugin object that was wrapped by Chronos.
Chronos normally takes care of handing you the inner objects, not the internally used wrappers.
TPluginInterface |
TPluginInterface | : | class |
Definition at line 289 of file MiscInterfaces.cs.
|
get |
Get the inner, plugin defined part of the object.
Definition at line 294 of file MiscInterfaces.cs.
Referenced by MockPlugin.Tasks.TaskListAttribute.GetCaffeineInfo(), and MockPlugin.Tasks.TaskListAttribute.GetStandardValues().