Search Results for

    Show / Hide Table of Contents

    Interface IHostAbstraction

    Namespace: FluentMigrator.Runner.Infrastructure
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public interface IHostAbstraction

    Properties

    BaseDirectory

    Declaration
    string BaseDirectory { get; }
    Property Value
    Type Description
    string

    Methods

    CreateInstance(IServiceProvider, string, string)

    Declaration
    [NotNull]
    object CreateInstance(IServiceProvider serviceProvider, string assemblyName, string typeName)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider
    string assemblyName
    string typeName
    Returns
    Type Description
    object

    GetLoadedAssemblies()

    Declaration
    [NotNull]
    [ItemNotNull]
    IEnumerable<Assembly> GetLoadedAssemblies()
    Returns
    Type Description
    IEnumerable<Assembly>
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.