C# Class TileIconifier.Core.Custom.Steam.SteamLibrary

Afficher le fichier Open project: Jonno12345/TileIconifier

Méthodes publiques

Méthode Description
AddLibraryFolder ( string libraryFolder ) : void
GetAllSteamGames ( ) : List
GetLibraryFolders ( ) : List
GetSteamExePath ( ) : string
GetSteamInstallationFolder ( ) : string
SetSteamExePath ( string filePath ) : void
SetSteamInstallationFolder ( string selectedPath ) : void

Private Methods

Méthode Description
GetGameName ( KeyValues kv ) : string
GetLibraryFoldersVdf ( ) : string
SteamLibrary ( ) : System

Method Details

AddLibraryFolder() public méthode

public AddLibraryFolder ( string libraryFolder ) : void
libraryFolder string
Résultat void

GetAllSteamGames() public méthode

public GetAllSteamGames ( ) : List
Résultat List

GetLibraryFolders() public méthode

public GetLibraryFolders ( ) : List
Résultat List

GetSteamExePath() public méthode

public GetSteamExePath ( ) : string
Résultat string

GetSteamInstallationFolder() public méthode

public GetSteamInstallationFolder ( ) : string
Résultat string

SetSteamExePath() public méthode

public SetSteamExePath ( string filePath ) : void
filePath string
Résultat void

SetSteamInstallationFolder() public méthode

public SetSteamInstallationFolder ( string selectedPath ) : void
selectedPath string
Résultat void