C# Class Galen.Ci.EntityFramework.AssemblyLoader

Inheritance: IAssemblyLoader
Afficher le fichier Open project: GalenHealthcare/Galen.Ef.Deployer

Méthodes publiques

Méthode Description
AssemblyLoader ( ) : System
Load ( MigrationsSource source, string filePath ) : Assembly

Private Methods

Méthode Description
BuildAssemblyId ( Assembly assembly ) : string
ResolveDependentAssembly ( object sender, ResolveEventArgs args ) : Assembly

Method Details

AssemblyLoader() public méthode

public AssemblyLoader ( ) : System
Résultat System

Load() public méthode

public Load ( MigrationsSource source, string filePath ) : Assembly
source MigrationsSource
filePath string
Résultat System.Reflection.Assembly