C# Class withSIX.Mini.Core.Games.BasicAltGameStartupParameters

Inheritance: GameStartupParameters
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes protégées

Méthode Description
BasicAltGameStartupParameters ( ) : System.Collections.Generic
BasicAltGameStartupParameters ( string defaultParameters ) : System.Collections.Generic
BuildParameters ( ) : IEnumerable
BuildSwitches ( ) : IEnumerable
ParseInputString ( string input ) : void

Private Methods

Méthode Description
BuildParameter ( string>.KeyValuePair setting ) : string
BuildSwitch ( string @switch ) : string

Method Details

BasicAltGameStartupParameters() protected méthode

protected BasicAltGameStartupParameters ( ) : System.Collections.Generic
Résultat System.Collections.Generic

BasicAltGameStartupParameters() protected méthode

protected BasicAltGameStartupParameters ( string defaultParameters ) : System.Collections.Generic
defaultParameters string
Résultat System.Collections.Generic

BuildParameters() protected méthode

protected BuildParameters ( ) : IEnumerable
Résultat IEnumerable

BuildSwitches() protected méthode

protected BuildSwitches ( ) : IEnumerable
Résultat IEnumerable

ParseInputString() protected méthode

protected ParseInputString ( string input ) : void
input string
Résultat void