C# Class DeOps.Simulator.SimInstance

Show file Open project: swax/DeOps Class Usage Examples

Public Properties

Property Type Description
BytesRecvd ulong
BytesSent ulong
Context DeOpsContext
Index int
Internet InternetSim
LastPath string
Name string
NatTable bool>.Dictionary
Ops List
RealFirewall FirewallType
RealIP System.Net.IPAddress
ThreadIndex int

Public Methods

Method Description
SimInstance ( InternetSim internet, int index ) : System

Method Details

SimInstance() public method

public SimInstance ( InternetSim internet, int index ) : System
internet InternetSim
index int
return System

Property Details

BytesRecvd public property

public ulong BytesRecvd
return ulong

BytesSent public property

public ulong BytesSent
return ulong

Context public property

public DeOpsContext Context
return DeOpsContext

Index public property

public int Index
return int

Internet public property

public InternetSim,DeOps.Simulator Internet
return InternetSim

LastPath public property

public string LastPath
return string

Name public property

public string Name
return string

NatTable public property

public Dictionary NatTable
return bool>.Dictionary

Ops public property

public List Ops
return List

RealFirewall public property

public FirewallType RealFirewall
return FirewallType

RealIP public property

public IPAddress,System.Net RealIP
return System.Net.IPAddress

ThreadIndex public property

public int ThreadIndex
return int