Search Results for

    Show / Hide Table of Contents

    Method Load

    | Improve this Doc View Source

    Load(CPluginConfigurationBase)

    Loads plugins from a configuration source specified by the configuration parameter. This means that the plugin names can be obtained from a json or .env file.

    Declaration
    public static void Load(CPluginConfigurationBase configuration)
    Parameters
    Type Name Description
    CPluginConfigurationBase configuration

    A configuration source to get the plugin files.

    Remarks

    This method is idempotent, so if this method is called N times, it will not reload assemblies that have already been loaded.

    Exceptions
    Type Condition
    ArgumentNullException

    configuration is null.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 CPlugin.Net