Table of Contents

Class ControllerBase

Namespace
Playnite.SDK.Plugins
Assembly
Playnite.SDK.dll
public abstract class ControllerBase : IDisposable
Inheritance
ControllerBase
Implements
Derived
Inherited Members

Constructors

ControllerBase(Game)

public ControllerBase(Game game)

Parameters

game Game

Properties

Game

Gets or sets game attached to a specific controller operation.

public Game Game { get; set; }

Property Value

Game

Name

Gets or sets controller name.

public string Name { get; set; }

Property Value

string

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public virtual void Dispose()