Search Results for

    Show / Hide Table of Contents

    Class NullAssemblyResolver

    An assembly resolver implementation that never successfully resolves an assembly. Useful for testing and building composite assembly resolvers.

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

    Fields

    | Edit this page View Source

    Instance

    An assembly resolver that never successfully resolves an assembly.

    Declaration
    public static readonly AssemblyResolver Instance
    Field Value
    Type Description
    AssemblyResolver

    Methods

    | Edit this page View Source

    TryResolve(AssemblyIdentity, out IAssembly)

    Tries to resolve an assembly based on an identity.

    Declaration
    public override 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.

    Overrides
    AssemblyResolver.TryResolve(AssemblyIdentity, out IAssembly)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX