Search Results for

    Show / Hide Table of Contents

    Interface IAssemblyLoader

    An interface that abstracts the loading of an assembly

    Namespace: TimeCockpit.Data.Extensibility
    Assembly: TimeCockpit.Data.dll
    Syntax
    public interface IAssemblyLoader

    Methods

    LoadAssembly(ExternalType)

    Loads the assembly.

    Declaration
    Assembly LoadAssembly(ExternalType typeToLoad)
    Parameters
    Type Name Description
    ExternalType typeToLoad

    The type to load.

    Returns
    Type Description
    System.Reflection.Assembly

    An assembly

    In This Article
    Back to top Copyright © 2025 software architects gmbh