x4Trace Documentation v1.0
|
Represents a plugin controller. More...
Public Member Functions | |
override void | Initialize (object[] args) |
Initializes the plugin. Runs when the plugin is loaded. | |
virtual void | ServerLoad () |
Runs when the server loads the plugin. | |
Protected Attributes | |
Ix4Trace.Engine.Controller | controller |
Controller. | |
string | name = "" |
Name of the plugin. | |
Properties | |
string | Name [get] |
Name of the plugin. | |
Represents a plugin controller.
|
virtual |
Initializes the plugin. Runs when the plugin is loaded.
args | Arguments of initialize. |
Reimplemented from Ix4Trace.Engine.Plugin.PluginController.