Table of Contents

Interface IPlayniteInfoAPI

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Describes info API.

public interface IPlayniteInfoAPI

Properties

ApplicationVersion

Gets Playnite version.

Version ApplicationVersion { get; }

Property Value

Version

InOfflineMode

Indicates whether application is running in offline mode.

bool InOfflineMode { get; }

Property Value

bool

IsDebugBuild

Indicates whether application was built in DEBUG configuration.

bool IsDebugBuild { get; }

Property Value

bool

IsPortable

Indicates whether application is running in portable mode.

bool IsPortable { get; }

Property Value

bool

Mode

Gets mode of curently running application.

ApplicationMode Mode { get; }

Property Value

ApplicationMode

ThrowAllErrors

Indicates whether application is configured to fail for most unhandled errors.

bool ThrowAllErrors { get; }

Property Value

bool