Search Results for

    Show / Hide Table of Contents

    Interface IAssemblyHelper

    IAssemblyHelper interface which is used to retrieve assemblies that have been loaded into the execution context of this application domain.

    Namespace: System.Linq.Dynamic.Core
    Assembly: System.Linq.Dynamic.Core.dll
    Syntax
    public interface IAssemblyHelper

    Methods

    | Improve this Doc View Source

    GetAssemblies()

    Gets the assemblies that have been loaded into the execution context of this application domain.

    Declaration
    Assembly[] GetAssemblies()
    Returns
    Type Description
    System.Reflection.Assembly[]

    An array of assemblies in this application domain.

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