Represents a basic plugin controller of x4Trace. When you make a plugin you have to extend a class from this class. You have to initialize your plugin with initialize method.
More...
|
| PluginController () |
| Constructor.
|
|
virtual void | Initialize (object[] args) |
| Initializes the plugin. Runs automatically.
|
|
virtual void | ServerLoad () |
| Runs when the server loads the plugin.
|
|
|
string | Name [get] |
| Name of the plugin.
|
|
Represents a basic plugin controller of x4Trace. When you make a plugin you have to extend a class from this class. You have to initialize your plugin with initialize method.
◆ Initialize()
virtual void Ix4Trace.Engine.Plugin.PluginController.Initialize |
( |
object[] | args | ) |
|
|
virtual |
The documentation for this class was generated from the following file:
- Z:/x4t/src/Ix4Trace/Plugin/PluginController.cs