C# Class Commander.Core.Command.CommandAssemblyLoader

Inheritance: ICommandAssemblyLoader
显示文件 Open project: SneWs/Commander

Public Methods

Method Description
Load ( FileInfo file ) : Assembly
LoadAll ( DirectoryInfo searchPath ) : List

Method Details

Load() public method

public Load ( FileInfo file ) : Assembly
file System.IO.FileInfo
return System.Reflection.Assembly

LoadAll() public method

public LoadAll ( DirectoryInfo searchPath ) : List
searchPath System.IO.DirectoryInfo
return List