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

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
Build ( ) : IEnumerable

Méthodes protégées

Méthode Description
GetAffinity ( ) : string
GetPriority ( ) : string
GetRealExe ( ) : string
GetStartupParameters ( ) : string
SULaunchGameArgumentsBuilder ( LaunchGameInfoBase spec ) : System

Method Details

Build() public méthode

public Build ( ) : IEnumerable
Résultat IEnumerable

GetAffinity() protected méthode

protected GetAffinity ( ) : string
Résultat string

GetPriority() protected méthode

protected GetPriority ( ) : string
Résultat string

GetRealExe() protected méthode

protected GetRealExe ( ) : string
Résultat string

GetStartupParameters() protected méthode

protected GetStartupParameters ( ) : string
Résultat string

SULaunchGameArgumentsBuilder() protected méthode

protected SULaunchGameArgumentsBuilder ( LaunchGameInfoBase spec ) : System
spec withSIX.Play.Core.Games.Services.LaunchGameInfoBase
Résultat System