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

Exibir arquivo Open project: Jonno12345/TileIconifier

Public Methods

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

Private Methods

Method Description
GetGameName ( KeyValues kv ) : string
GetLibraryFoldersVdf ( ) : string
SteamLibrary ( ) : System

Method Details

AddLibraryFolder() public method

public AddLibraryFolder ( string libraryFolder ) : void
libraryFolder string
return void

GetAllSteamGames() public method

public GetAllSteamGames ( ) : List
return List

GetLibraryFolders() public method

public GetLibraryFolders ( ) : List
return List

GetSteamExePath() public method

public GetSteamExePath ( ) : string
return string

GetSteamInstallationFolder() public method

public GetSteamInstallationFolder ( ) : string
return string

SetSteamExePath() public method

public SetSteamExePath ( string filePath ) : void
filePath string
return void

SetSteamInstallationFolder() public method

public SetSteamInstallationFolder ( string selectedPath ) : void
selectedPath string
return void