C# Class DeOps.Simulator.SimInstance

Afficher le fichier Open project: swax/DeOps Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
SimInstance ( InternetSim internet, int index ) : System

Method Details

SimInstance() public méthode

public SimInstance ( InternetSim internet, int index ) : System
internet InternetSim
index int
Résultat System

Property Details

BytesRecvd public_oe property

public ulong BytesRecvd
Résultat ulong

BytesSent public_oe property

public ulong BytesSent
Résultat ulong

Context public_oe property

public DeOpsContext Context
Résultat DeOpsContext

Index public_oe property

public int Index
Résultat int

Internet public_oe property

public InternetSim,DeOps.Simulator Internet
Résultat InternetSim

LastPath public_oe property

public string LastPath
Résultat string

Name public_oe property

public string Name
Résultat string

NatTable public_oe property

public Dictionary NatTable
Résultat bool>.Dictionary

Ops public_oe property

public List Ops
Résultat List

RealFirewall public_oe property

public FirewallType RealFirewall
Résultat FirewallType

RealIP public_oe property

public IPAddress,System.Net RealIP
Résultat System.Net.IPAddress

ThreadIndex public_oe property

public int ThreadIndex
Résultat int