Show / Hide Table of Contents

Class Instance

Inheritance
System.Object
Instance
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FlatPMSDK
Assembly: FlatPMSDK.dll
Syntax
public abstract class Instance

Properties

info

Plugin Information Container

Declaration
public abstract PluginInfo info { get; }
Property Value
Type Description
PluginInfo

Methods

Load()

MUST BE ASYNC

Declaration
public abstract Task Load()
Returns
Type Description
System.Threading.Tasks.Task
Back to top Generated by DocFX