Search Results for

    Show / Hide Table of Contents

    Class AssemblyFileLoadEngine

    Tries to load the assembly from a file

    Inheritance
    object
    AssemblyFileLoadEngine
    Implements
    IAssemblyLoadEngine
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Runner.Initialization
    Assembly: FluentMigrator.Runner.Core.dll
    Syntax
    public class AssemblyFileLoadEngine : IAssemblyLoadEngine

    Methods

    | Edit this page View Source

    TryLoad(string, ICollection<Exception>, out Assembly)

    Try loading an assembly with the given name

    Declaration
    public bool TryLoad(string name, ICollection<Exception> exceptions, out Assembly assembly)
    Parameters
    Type Name Description
    string name

    The assembly name

    ICollection<Exception> exceptions

    The collected exceptions

    Assembly assembly

    The loaded assembly

    Returns
    Type Description
    bool

    true if the assembly could be loaded

    Implements

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