C# Class SpawnBot.PluginService

Exibir arquivo Open project: xwcg/SpawnBot

Public Methods

Method 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

Method Description
AddPlugin ( string FileName ) : void

Method Details

AppendPlugins() public method

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

ClosePlugins() public method

Unloads and Closes all AvailablePlugins
public ClosePlugins ( ) : void
return void

FindPlugins() public method

Searches the Application's Startup Directory for Plugins
public FindPlugins ( ) : void
return void

FindPlugins() public method

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

PluginService() public method

public PluginService ( ) : System
return System