Click or drag to resize
InterpreterReadCommand Method
Reads a new line from the console and interprets it.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool ReadCommand()

Return Value

Type: Boolean
true if a command was entered; Otherwise false.
See Also