Click or drag to resize
Interpreter Class
Implements the console interpreter of the simulation.
Inheritance Hierarchy
SystemObject
  Network.Sim.CoreInterpreter

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

The Interpreter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReadCommand
Reads a new line from the console and interprets it.
Top
See Also