Click or drag to resize
DigitalRuneConsoleCommandInterpreterInterpret Method
Handles the specified command.

Namespace: DigitalRune.Game.UI.Consoles
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public void Interpret(
	ConsoleCommandEventArgs eventArgs
)

Parameters

eventArgs
Type: DigitalRune.Game.UI.ConsolesConsoleCommandEventArgs
The ConsoleCommandEventArgs instance containing the event data.
Remarks
Types that implementing IConsole should call this method after the CommandEntered event was executed.
See Also