Search Results for

    Show / Hide Table of Contents

    Class PluginEventBase

    The base class for any plugin events

    Inheritance
    System.Object
    Event
    PluginEventBase
    PluginDisabledEvent
    PluginEnabledEvent
    Inherited Members
    Event.IsCancelled
    Event.SetCancelled(Boolean)
    Namespace: OpenAPI.Events.Plugins
    Assembly: OpenAPI.dll
    Syntax
    public class PluginEventBase : Event

    Constructors

    | Improve this Doc View Source

    PluginEventBase(Assembly, OpenPlugin)

    Declaration
    protected PluginEventBase(Assembly pluginAssembly, OpenPlugin pluginInstance)
    Parameters
    Type Name Description
    Assembly pluginAssembly
    OpenPlugin pluginInstance

    Properties

    | Improve this Doc View Source

    PluginAssembly

    The assembly the plugin was loaded from

    Declaration
    public Assembly PluginAssembly { get; set; }
    Property Value
    Type Description
    Assembly
    | Improve this Doc View Source

    PluginInstance

    The plugin instance

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