C# Class Sharpex2D.GameService.LaunchParameters

Inheritance: IGameService
Mostra file Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method 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

Method 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 method

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

KeyAvailable() public method

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

ToString() public method

Converts the LaunchParameters into string.
public ToString ( ) : string
return string

this() public method

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