Class LoadedPlugin
Inheritance
System.Object
LoadedPlugin
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
|
Improve this Doc
View Source
Instance
Declaration
public OpenPlugin Instance { get; }
Property Value