C# Class LinFu.IoC.Configuration.InMemoryAssemblyLoader

An assembly loader that returns an existing Assembly from memory.
Inheritance: IAssemblyLoader
Afficher le fichier Open project: philiplaureano/LinFu

Méthodes publiques

Méthode Description
Load ( string assemblyFile ) : Assembly

Private Methods

Méthode Description
InMemoryAssemblyLoader ( Assembly targetAssembly ) : System.Reflection

Initializes the class with an existing Assembly.

Method Details

Load() public méthode

public Load ( string assemblyFile ) : Assembly
assemblyFile string
Résultat System.Reflection.Assembly