C# Class Sharpex2D.GameService.LaunchParameters

Inheritance: IGameService
Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
CreateParameters ( LaunchParameter parameters ) : LaunchParameters

Creates a new LaunchParameters object.

KeyAvailable ( string key ) : bool

Indicating whether the key is available.

ToString ( ) : string

Converts the LaunchParameters into string.

this ( string key ) : string

Returns a launch parameter specified by the key.

Private Methods

Méthode Description
LaunchParameters ( ) : System

Initializes a new LaunchParameters class.

LaunchParameters ( IEnumerable parameters ) : System

Initializes a new LaunchParameters class.

ParseCommandLineParameters ( IList value ) : void

Parses the command line parameters.

Method Details

CreateParameters() public static méthode

Creates a new LaunchParameters object.
public static CreateParameters ( LaunchParameter parameters ) : LaunchParameters
parameters LaunchParameter The Parameters.
Résultat LaunchParameters

KeyAvailable() public méthode

Indicating whether the key is available.
public KeyAvailable ( string key ) : bool
key string The Key.
Résultat bool

ToString() public méthode

Converts the LaunchParameters into string.
public ToString ( ) : string
Résultat string

this() public méthode

Returns a launch parameter specified by the key.
public this ( string key ) : string
key string The Key.
Résultat string