Search Results for

    Show / Hide Table of Contents

    Interface IEmbeddedResourceProvider

    Interface for getting all embedded resources

    Namespace: FluentMigrator.Infrastructure
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IEmbeddedResourceProvider

    Methods

    | Edit this page View Source

    GetEmbeddedResources()

    Gets all embedded resources

    Declaration
    [NotNull]
    IEnumerable<(string name, Assembly assembly)> GetEmbeddedResources()
    Returns
    Type Description
    IEnumerable<(string name, Assembly assembly)>

    A tuple for every embedded resource and the containing assembly

    • Edit this page
    • View Source
    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.