Table of Contents

Interface IResourceProvider

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Describes application resource provider.

public interface IResourceProvider

Methods

GetResource(string)

Gets application resource.

object GetResource(string key)

Parameters

key string

Resource key.

Returns

object

Application resource.

GetString(string)

Gets string resource.

string GetString(string key)

Parameters

key string

Resource key.

Returns

string

String resource.