Search Results for

    Show / Hide Table of Contents

    Class PluginLoader

    Represents the loader of plug-in assemblies.

    Inheritance
    Object
    PluginLoader
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: CPlugin.Net
    Assembly: CPlugin.Net.dll
    Syntax
    public static class PluginLoader

    Properties

    Name Description
    Assemblies

    Gets the plugin assemblies.

    Methods

    Name Description
    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.

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