C# Class LinFu.IoC.Configuration.InMemoryAssemblyLoader

An assembly loader that returns an existing Assembly from memory.
Inheritance: IAssemblyLoader
ファイルを表示 Open project: philiplaureano/LinFu

Public Methods

Method Description
Load ( string assemblyFile ) : Assembly

Private Methods

Method Description
InMemoryAssemblyLoader ( Assembly targetAssembly ) : System.Reflection

Initializes the class with an existing Assembly.

Method Details

Load() public method

public Load ( string assemblyFile ) : Assembly
assemblyFile string
return System.Reflection.Assembly