Search Results for

    Show / Hide Table of Contents

    Interface IAssemblyCollection

    A bundle of one or more Assembly instances

    Namespace: FluentMigrator.Infrastructure
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    [Obsolete]
    public interface IAssemblyCollection

    Properties

    | Edit this page View Source

    Assemblies

    Gets the Assemblies contained in this collection

    Declaration
    [Obsolete]
    Assembly[] Assemblies { get; }
    Property Value
    Type Description
    Assembly[]

    Methods

    | Edit this page View Source

    GetExportedTypes()

    The result of this method is equivalent to calling GetExportedTypes on each Assembly in Assemblies.

    Declaration
    [Obsolete]
    Type[] GetExportedTypes()
    Returns
    Type Description
    Type[]

    The array of exported types

    | Edit this page View Source

    GetManifestResourceNames()

    Gets a array of resources defined in each of the assemblies that are contained in this collection, plus which assembly it is defined in.

    Declaration
    [Obsolete]
    ManifestResourceNameWithAssembly[] GetManifestResourceNames()
    Returns
    Type Description
    ManifestResourceNameWithAssembly[]

    An array of value pairs of resource name plus 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.