Class PluginEventBase
The base class for any plugin events
Namespace: OpenAPI.Events.Plugins
Assembly: OpenAPI.dll
Syntax
public class PluginEventBase : Event
Constructors
| Improve this Doc View SourcePluginEventBase(Assembly, OpenPlugin)
Declaration
protected PluginEventBase(Assembly pluginAssembly, OpenPlugin pluginInstance)
Parameters
| Type | Name | Description |
|---|---|---|
| Assembly | pluginAssembly | |
| OpenPlugin | pluginInstance |
Properties
| Improve this Doc View SourcePluginAssembly
The assembly the plugin was loaded from
Declaration
public Assembly PluginAssembly { get; set; }
Property Value
| Type | Description |
|---|---|
| Assembly |
PluginInstance
The plugin instance
Declaration
public OpenPlugin PluginInstance { get; set; }
Property Value
| Type | Description |
|---|---|
| OpenPlugin |