C# Class socks5.Plugin.PluginLoader

Mostrar archivo Open project: ThrDev/Socks5

Public Methods

Method Description
ChangePluginStatus ( bool Enabled, Type pluginType ) : void
LoadCustomPlugin ( Type f ) : bool
LoadPlugin ( Type assemblytype ) : List
LoadPlugins ( ) : void

Private Methods

Method Description
CheckType ( Type p ) : bool

Method Details

ChangePluginStatus() public static method

public static ChangePluginStatus ( bool Enabled, Type pluginType ) : void
Enabled bool
pluginType System.Type
return void

LoadCustomPlugin() public static method

public static LoadCustomPlugin ( Type f ) : bool
f System.Type
return bool

LoadPlugin() public static method

public static LoadPlugin ( Type assemblytype ) : List
assemblytype System.Type
return List

LoadPlugins() public static method

public static LoadPlugins ( ) : void
return void