Click or drag to resize
DigitalRuneConsoleCommandInterpreter Constructor
Initializes a new instance of the ConsoleCommandInterpreter class.

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 ConsoleCommandInterpreter(
	IConsole console
)

Parameters

console
Type: DigitalRune.Game.UI.ConsolesIConsole
The IConsole.
Exceptions
ExceptionCondition
ArgumentNullExceptionconsole is .
See Also