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

Mostra file Open project: SIXNetworks/withSIX.Desktop

Protected Properties

Property Type Description
Spec withSIX.Mini.Core.Games.Services.GameLauncher.LaunchGameInfoBase

Public Methods

Method Description
Build ( ) : IEnumerable

Protected Methods

Method Description
GetAffinity ( ) : string
GetPriority ( ) : string
GetRealExe ( ) : string
GetStartupParameters ( ) : string
SULaunchGameArgumentsBuilder ( LaunchGameInfoBase spec ) : System

Method Details

Build() public method

public Build ( ) : IEnumerable
return IEnumerable

GetAffinity() protected method

protected GetAffinity ( ) : string
return string

GetPriority() protected method

protected GetPriority ( ) : string
return string

GetRealExe() protected method

protected GetRealExe ( ) : string
return string

GetStartupParameters() protected method

protected GetStartupParameters ( ) : string
return string

SULaunchGameArgumentsBuilder() protected method

protected SULaunchGameArgumentsBuilder ( LaunchGameInfoBase spec ) : System
spec withSIX.Mini.Core.Games.Services.GameLauncher.LaunchGameInfoBase
return System

Property Details

Spec protected_oe property

protected LaunchGameInfoBase,withSIX.Mini.Core.Games.Services.GameLauncher Spec
return withSIX.Mini.Core.Games.Services.GameLauncher.LaunchGameInfoBase