C# Class Bottles.Tests.FakeAssemblyRegistration

Inheritance: IAssemblyRegistration
Show file Open project: DarthFubuMVC/bottles Class Usage Examples

Public Methods

Method Description
FakeAssemblyRegistration ( ) : System.Collections.Generic
LoadFromFile ( string fileName, string assemblyName ) : void
Use ( Assembly assembly ) : void

Method Details

FakeAssemblyRegistration() public method

public FakeAssemblyRegistration ( ) : System.Collections.Generic
return System.Collections.Generic

LoadFromFile() public method

public LoadFromFile ( string fileName, string assemblyName ) : void
fileName string
assemblyName string
return void

Use() public method

public Use ( Assembly assembly ) : void
assembly System.Reflection.Assembly
return void