C# Class MonoGameConsole.Commands.ExitCommand

Inheritance: IConsoleCommand
Afficher le fichier Open project: romanov/MonoGame-Console

Méthodes publiques

Méthode Description
Execute ( string arguments ) : string
ExitCommand ( Microsoft.Xna.Framework.Game game ) : Microsoft.Xna.Framework

Method Details

Execute() public méthode

public Execute ( string arguments ) : string
arguments string
Résultat string

ExitCommand() public méthode

public ExitCommand ( Microsoft.Xna.Framework.Game game ) : Microsoft.Xna.Framework
game Microsoft.Xna.Framework.Game
Résultat Microsoft.Xna.Framework