Show / Hide Table of Contents

    Class AssemblyLoadContextExtensions

    Extends System.Runtime.Loader.AssemblyLoadContext instances with extended loader methods.
    Inheritance
    Object
    AssemblyLoadContextExtensions
    Namespace: XploRe.Runtime.Loader
    Assembly: XploRe.Runtime.Loader.dll
    Syntax
    public static class AssemblyLoadContextExtensions : Object

    Methods

    Name Description
    LoadFromAssemblyNameUsingPath(AssemblyLoadContext, String) Loads an assembly by first retrieving it's AssemblyName from the given path. If the assembly has not already been loaded into the context and cannot be resolved by name, the assembly is then directly loaded from the provided path. This avoids loading an assembly of the same name again if it has already been loaded before.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.