x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Ix4Trace.Engine.Plugin.PluginController Class Reference

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...

Inheritance diagram for Ix4Trace.Engine.Plugin.PluginController:
Ix4Trace.Desktop.Plugins.PluginController

Public Member Functions

 PluginController ()
 Constructor.
 
virtual void Initialize (object[] args)
 Initializes the plugin. Runs automatically.
 
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.
 

Detailed Description

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.

Member Function Documentation

◆ Initialize()

virtual void Ix4Trace.Engine.Plugin.PluginController.Initialize ( object[] args)
virtual

Initializes the plugin. Runs automatically.

Parameters
args

Reimplemented in Ix4Trace.Desktop.Plugins.PluginController.


The documentation for this class was generated from the following file: