Table of Contents

Class GenericPlugin

Namespace
Playnite.SDK.Plugins
Assembly
Playnite.SDK.dll

Represents generic plugin.

public abstract class GenericPlugin : Plugin, IDisposable, IIdentifiable
Inheritance
GenericPlugin
Implements
Inherited Members

Constructors

GenericPlugin(IPlayniteAPI)

public GenericPlugin(IPlayniteAPI playniteAPI)

Parameters

playniteAPI IPlayniteAPI

Properties

Properties

Gets plugin's properties.

public GenericPluginProperties Properties { get; protected set; }

Property Value

GenericPluginProperties