C# Class PluginLoader.PluginLoader

Afficher le fichier Open project: aa2g/AA2Install Class Usage Examples

Méthodes publiques

Méthode Description
LoadAllDLLs ( string Directory, ICollection &plugins ) : bool
LoadDLL ( string Filename ) : ICollection
TryLoadDLL ( string filename, ICollection &plugins ) : bool

Method Details

LoadAllDLLs() public static méthode

public static LoadAllDLLs ( string Directory, ICollection &plugins ) : bool
Directory string
plugins ICollection
Résultat bool

LoadDLL() public static méthode

public static LoadDLL ( string Filename ) : ICollection
Filename string
Résultat ICollection

TryLoadDLL() public static méthode

public static TryLoadDLL ( string filename, ICollection &plugins ) : bool
filename string
plugins ICollection
Résultat bool