Search Results for

    Show / Hide Table of Contents

    Class CPluginJsonConfiguration

    Represents a configuration to get the plugin files from a json.

    Inheritance
    Object
    CPluginConfigurationBase
    CPluginJsonConfiguration
    Inherited Members
    CPluginConfigurationBase.GetPluginPath(String)
    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 class CPluginJsonConfiguration : CPluginConfigurationBase
    Remarks

    The section must be called Plugins and its value must be an array of strings.

    Example:

    { "Plugins": [ "MyPlugin1.dll", "MyPlugin2.dll" ] }

    Constructors

    Name Description
    CPluginJsonConfiguration(IConfiguration)

    Initializes a new instance of the CPluginJsonConfiguration class.

    Methods

    Name Description
    GetPluginFiles()

    Gets the full path to each plugin file from a configuration source.

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