Show / Hide Table of Contents

    Class AssemblyResolver

    Resolves assemblies based on assembly identities.

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

    Methods

    | Improve this Doc 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
    System.Boolean

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

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX