C# Class SpawnBot.PluginService

Afficher le fichier Open project: xwcg/SpawnBot

Méthodes publiques

Méthode Description
AppendPlugins ( string Path ) : void

Searches the passed Path for Plugins

ClosePlugins ( ) : void

Unloads and Closes all AvailablePlugins

FindPlugins ( ) : void

Searches the Application's Startup Directory for Plugins

FindPlugins ( string Path ) : void

Searches the passed Path for Plugins

PluginService ( ) : System

Private Methods

Méthode Description
AddPlugin ( string FileName ) : void

Method Details

AppendPlugins() public méthode

Searches the passed Path for Plugins
public AppendPlugins ( string Path ) : void
Path string Directory to search for Plugins in
Résultat void

ClosePlugins() public méthode

Unloads and Closes all AvailablePlugins
public ClosePlugins ( ) : void
Résultat void

FindPlugins() public méthode

Searches the Application's Startup Directory for Plugins
public FindPlugins ( ) : void
Résultat void

FindPlugins() public méthode

Searches the passed Path for Plugins
public FindPlugins ( string Path ) : void
Path string Directory to search for Plugins in
Résultat void

PluginService() public méthode

public PluginService ( ) : System
Résultat System