Search Results for

    Show / Hide Table of Contents

    Class CPluginEnvConfiguration

    Represents a configuration to get the plugin files from an environment variable.

    Inheritance
    Object
    CPluginConfigurationBase
    CPluginEnvConfiguration
    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 CPluginEnvConfiguration : CPluginConfigurationBase
    Remarks

    The variable must be called PLUGINS and its value must be a string separated by spaces or new lines.

    Example:

    PLUGINS=MyPlugin1.dll MyPlugin2.dll

    Constructors

    Name Description
    CPluginEnvConfiguration()

    Initializes a new instance of the CPluginEnvConfiguration 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