Click or drag to resize
Network.Sim.Core Namespace
The Network.Sim.Core namespace contains core types for simulating a computer network.
Classes
  ClassDescription
Public classC10Base2
Represents a cable as is used in 10Base2 Ethernet installations.
Public classC10Base5
Represents a cable as is used in 10Base5 Ethernet installations.
Public classCable
Represents a wired communication channel over which signals can be transmitted.
Public classCallbackEvent
A simulation event for scheduling the execution of an arbitrary callback method.
Public classConnector
Represents a connector of a device such as a NIC, a Hub or an Ethernet Bridge.
Public classDataReceivedEventArgs
The event arguments for the SignalCease event.
Public classEvent
The abstract base class from which all simulation events must derive.
Public classHost
Represents a network host.
Public classInterface
Represents an abstract network interface object which acts as an interface between the network software stack and the NIC hardware.
Public classInterpreter
Implements the console interpreter of the simulation.
Public classScenario
Represents a simulation scenario.
Public classSignalCeaseEvent
The simulation event that is raised when a signal is no longer sensed by a transceiver.
Public classSignalCeaseEventArgs
The event arguments for the SignalCease event.
Public classSignalSenseEvent
The simulation event that is raised when a signal is sensed by a transceiver.
Public classSimulation
Represents the simulation.
Delegates
  DelegateDescription
Public delegateSimulationRemoveEventsHandler
A delegate used for defining the conditions of the elements to remove from the simulation using the RemoveEvents method.
Enumerations
  EnumerationDescription
Public enumerationOutputLevel
The different output-levels for outputting simulation events to the interpreter's console window.