C# Class Galen.Ci.EntityFramework.AssemblyLoader

Inheritance: IAssemblyLoader
显示文件 Open project: GalenHealthcare/Galen.Ef.Deployer

Public Methods

Method Description
AssemblyLoader ( ) : System
Load ( MigrationsSource source, string filePath ) : Assembly

Private Methods

Method Description
BuildAssemblyId ( Assembly assembly ) : string
ResolveDependentAssembly ( object sender, ResolveEventArgs args ) : Assembly

Method Details

AssemblyLoader() public method

public AssemblyLoader ( ) : System
return System

Load() public method

public Load ( MigrationsSource source, string filePath ) : Assembly
source MigrationsSource
filePath string
return System.Reflection.Assembly