Table of Contents

Interface IApplicationInfoApi

Namespace
Playnite
Assembly
Playnite.SDK.dll
public interface IApplicationInfoApi

Properties

ApplicationDirectory

string ApplicationDirectory { get; }

Property Value

string

ApplicationVersion

Version ApplicationVersion { get; }

Property Value

Version

ConfigurationDirectory

string ConfigurationDirectory { get; }

Property Value

string

ExtensionsDataDirectory

string ExtensionsDataDirectory { get; }

Property Value

string

InOfflineMode

bool InOfflineMode { get; }

Property Value

bool

IsDebugBuild

bool IsDebugBuild { get; }

Property Value

bool

Mode

AppMode Mode { get; }

Property Value

AppMode

ThrowAllErrors

bool ThrowAllErrors { get; }

Property Value

bool