C# Class Commander.Core.Command.CommandAssemblyLoader

Inheritance: ICommandAssemblyLoader
Afficher le fichier Open project: SneWs/Commander

Méthodes publiques

Méthode Description
Load ( FileInfo file ) : Assembly
LoadAll ( DirectoryInfo searchPath ) : List

Method Details

Load() public méthode

public Load ( FileInfo file ) : Assembly
file System.IO.FileInfo
Résultat System.Reflection.Assembly

LoadAll() public méthode

public LoadAll ( DirectoryInfo searchPath ) : List
searchPath System.IO.DirectoryInfo
Résultat List