C# Class Axiom.Plugins.DevILCodecs.Plugin

Main plugin class.
Inheritance: IPlugin
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
Initialize ( ) : void

Called when the plugin is started.

Shutdown ( ) : void

Called when the plugin is stopped.

Method Details

Initialize() public méthode

Called when the plugin is started.
public Initialize ( ) : void
Résultat void

Shutdown() public méthode

Called when the plugin is stopped.
public Shutdown ( ) : void
Résultat void