C# Class withSIX.Mini.Infra.Data.Services.SULaunchGameSteamArgumentsBuilder

Inheritance: SULaunchGameArgumentsBuilder
Mostra file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
Build ( ) : IEnumerable
SULaunchGameSteamArgumentsBuilder ( LaunchGameWithSteamInfo spec, IAbsoluteDirectoryPath steamPath ) : System

Protected Methods

Method Description
GetSteamAppId ( ) : string
GetSteamPath ( ) : string

Private Methods

Method Description
GetSteamDRM ( ) : string

Method Details

Build() public method

public Build ( ) : IEnumerable
return IEnumerable

GetSteamAppId() protected method

protected GetSteamAppId ( ) : string
return string

GetSteamPath() protected method

protected GetSteamPath ( ) : string
return string

SULaunchGameSteamArgumentsBuilder() public method

public SULaunchGameSteamArgumentsBuilder ( LaunchGameWithSteamInfo spec, IAbsoluteDirectoryPath steamPath ) : System
spec withSIX.Mini.Core.Games.Services.GameLauncher.LaunchGameWithSteamInfo
steamPath IAbsoluteDirectoryPath
return System