Search Results for

    Show / Hide Table of Contents

    Class AssemblyResolver

    Resolves assemblies based on assembly identities.

    Inheritance
    object
    AssemblyResolver
    CecilAssemblyResolver
    NullAssemblyResolver
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.TypeSystem
    Assembly: Flame.dll
    Syntax
    public abstract class AssemblyResolver

    Methods

    | Edit this page View Source

    TryResolve(AssemblyIdentity, out IAssembly)

    Tries to resolve an assembly based on an identity.

    Declaration
    public abstract bool TryResolve(AssemblyIdentity identity, out IAssembly assembly)
    Parameters
    Type Name Description
    AssemblyIdentity identity

    An assembly identity that references the assembly to resolve.

    IAssembly assembly

    The assembly that is referenced by assembly.

    Returns
    Type Description
    bool

    true if a match could be found for assembly; otherwise, false.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX