C# Class LinFu.Reflection.AssemblyLoader

Represents a class that loads assemblies into memory from disk.
Inheritance: IAssemblyLoader
ファイルを表示 Open project: philiplaureano/LinFu Class Usage Examples

Public Methods

Method Description
Load ( string assemblyFile ) : Assembly

Loads the target assembly into memory.

Method Details

Load() public method

Loads the target assembly into memory.
public Load ( string assemblyFile ) : Assembly
assemblyFile string The full path and filename of the assembly to load.
return System.Reflection.Assembly