Show / Hide Table of Contents

    Method LoadFromAssemblyName

    LoadFromAssemblyName(AssemblyName)

    Loads an assembly by name using the configured AssemblyLoadContext instance.
    Declaration
    protected virtual Assembly LoadFromAssemblyName(AssemblyName assemblyName)
    Parameters
    Type Name Description
    AssemblyName assemblyName An AssemblyName instance that identifies the assembly to load.
    Returns
    Type Description
    Assembly Loaded Assembly instance on success, otherwise null.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.