C# Class withSIX.Play.Infra.Data.Services.GameLauncherProcessInternal

Inheritance: IEnableLogging, IGameLauncherProcess
Mostra file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
LaunchInternal ( LaunchGameInfo info ) : Task
LaunchInternal ( LaunchGameWithJavaInfo info ) : Task
LaunchInternal ( LaunchGameWithSteamInfo info ) : Task
LaunchInternal ( LaunchGameWithSteamLegacyInfo info ) : Task

Method Details

LaunchInternal() public method

public LaunchInternal ( LaunchGameInfo info ) : Task
info withSIX.Play.Core.Games.Services.LaunchGameInfo
return Task

LaunchInternal() public method

public LaunchInternal ( LaunchGameWithJavaInfo info ) : Task
info withSIX.Play.Core.Games.Services.LaunchGameWithJavaInfo
return Task

LaunchInternal() public method

public LaunchInternal ( LaunchGameWithSteamInfo info ) : Task
info withSIX.Play.Core.Games.Services.LaunchGameWithSteamInfo
return Task

LaunchInternal() public method

public LaunchInternal ( LaunchGameWithSteamLegacyInfo info ) : Task
info withSIX.Play.Core.Games.Services.LaunchGameWithSteamLegacyInfo
return Task