Interface IAssemblySource
Interface for an assembly provider
Namespace: FluentMigrator.Runner.Initialization
Assembly: FluentMigrator.Runner.Core.dll
Syntax
public interface IAssemblySource
Remarks
This will be used to find some user-defined interface implementations of out-of-process runners
Properties
| Edit this page View SourceAssemblies
Gets the assemblies
Declaration
IReadOnlyCollection<Assembly> Assemblies { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<Assembly> |