Class AssemblyFileLoadEngine
Tries to load the assembly from a file
Implements
Inherited Members
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public class AssemblyFileLoadEngine : IAssemblyLoadEngine
Methods
| Edit this page View SourceTryLoad(string, ICollection<Exception>, out Assembly)
Try loading an assembly with the given name
Declaration
public bool TryLoad(string name, ICollection<Exception> exceptions, out Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
string | name | The assembly name |
ICollection<Exception> | exceptions | The collected exceptions |
Assembly | assembly | The loaded assembly |
Returns
Type | Description |
---|---|
bool |
|