Search Results for

    Show / Hide Table of Contents

    Class SingleAssembly

    A simple wrapper which is equivalent to a collection with a single Assembly

    Inheritance
    object
    SingleAssembly
    Implements
    IAssemblyCollection
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Infrastructure
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    [Obsolete]
    public class SingleAssembly : IAssemblyCollection

    Constructors

    | Edit this page View Source

    SingleAssembly(Assembly)

    Initializes a new instance of the SingleAssembly class.

    Declaration
    public SingleAssembly(Assembly assembly)
    Parameters
    Type Name Description
    Assembly assembly

    The assembly

    Properties

    | Edit this page View Source

    Assemblies

    Gets the Assemblies contained in this collection

    Declaration
    public 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
    public 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
    public ManifestResourceNameWithAssembly[] GetManifestResourceNames()
    Returns
    Type Description
    ManifestResourceNameWithAssembly[]

    An array of value pairs of resource name plus assembly.

    Implements

    IAssemblyCollection
    • 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.