Search Results for

    Show / Hide Table of Contents

    Constructor PluginAttribute

    | Improve this Doc View Source

    PluginAttribute(Type)

    Initializes a new instance of the PluginAttribute class.

    Declaration
    public PluginAttribute(Type pluginType)
    Parameters
    Type Name Description
    Type pluginType

    An instance of type Type that implements the contract.

    Exceptions
    Type Condition
    ArgumentNullException

    pluginType is null.

    ArgumentException

    pluginType is an interface or abstract class.

    or

    pluginType is not an instantiable class.
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 CPlugin.Net