C# Class socks5.Plugin.PluginLoader

Afficher le fichier Open project: ThrDev/Socks5

Méthodes publiques

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

Private Methods

Méthode Description
CheckType ( Type p ) : bool

Method Details

ChangePluginStatus() public static méthode

public static ChangePluginStatus ( bool Enabled, Type pluginType ) : void
Enabled bool
pluginType System.Type
Résultat void

LoadCustomPlugin() public static méthode

public static LoadCustomPlugin ( Type f ) : bool
f System.Type
Résultat bool

LoadPlugin() public static méthode

public static LoadPlugin ( Type assemblytype ) : List
assemblytype System.Type
Résultat List

LoadPlugins() public static méthode

public static LoadPlugins ( ) : void
Résultat void