x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Ix4Trace.Desktop.Plugins.PluginController Class Reference

Represents a plugin controller. More...

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

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.
 

Detailed Description

Represents a plugin controller.

Member Function Documentation

◆ Initialize()

override void Ix4Trace.Desktop.Plugins.PluginController.Initialize ( object[] args)
virtual

Initializes the plugin. Runs when the plugin is loaded.

Parameters
argsArguments of initialize.

Reimplemented from Ix4Trace.Engine.Plugin.PluginController.


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