Search Results for

    Show / Hide Table of Contents

    Class LoadedPlugin

    Inheritance
    System.Object
    LoadedPlugin
    Namespace: OpenAPI.Plugins
    Assembly: OpenAPI.dll
    Syntax
    public class LoadedPlugin : object

    Fields

    | Improve this Doc View Source

    Dependencies

    Declaration
    public string[] Dependencies
    Field Value
    Type Description
    System.String[]

    Properties

    | Improve this Doc View Source

    Enabled

    Declaration
    public bool Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Info

    Declaration
    public OpenPluginInfo Info { get; }
    Property Value
    Type Description
    OpenPluginInfo
    | Improve this Doc View Source

    Instance

    Declaration
    public OpenPlugin Instance { get; }
    Property Value
    Type Description
    OpenPlugin
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX