C# Class LinFu.Reflection.AssemblyLoader

Represents a class that loads assemblies into memory from disk.
Inheritance: IAssemblyLoader
Afficher le fichier Open project: philiplaureano/LinFu Class Usage Examples

Méthodes publiques

Méthode Description
Load ( string assemblyFile ) : Assembly

Loads the target assembly into memory.

Method Details

Load() public méthode

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