Table of Contents

Class LibraryClient

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Describes library client application.

public abstract class LibraryClient
Inheritance
LibraryClient
Inherited Members

Properties

Icon

public virtual string Icon { get; }

Property Value

string

IsInstalled

Gets value indicating whether the client is installed.

public abstract bool IsInstalled { get; }

Property Value

bool

Methods

Open()

Open client application.

public abstract void Open()

Shutdown()

Shuts down client application

public virtual void Shutdown()