C# 클래스 DeOps.Simulator.SimInstance

파일 보기 프로젝트 열기: swax/DeOps 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
SimInstance ( InternetSim internet, int index ) : System

메소드 상세

SimInstance() 공개 메소드

public SimInstance ( InternetSim internet, int index ) : System
internet InternetSim
index int
리턴 System

프로퍼티 상세

BytesRecvd 공개적으로 프로퍼티

public ulong BytesRecvd
리턴 ulong

BytesSent 공개적으로 프로퍼티

public ulong BytesSent
리턴 ulong

Context 공개적으로 프로퍼티

public DeOpsContext Context
리턴 DeOpsContext

Index 공개적으로 프로퍼티

public int Index
리턴 int

Internet 공개적으로 프로퍼티

public InternetSim,DeOps.Simulator Internet
리턴 InternetSim

LastPath 공개적으로 프로퍼티

public string LastPath
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string

NatTable 공개적으로 프로퍼티

public Dictionary NatTable
리턴 bool>.Dictionary

Ops 공개적으로 프로퍼티

public List Ops
리턴 List

RealFirewall 공개적으로 프로퍼티

public FirewallType RealFirewall
리턴 FirewallType

RealIP 공개적으로 프로퍼티

public IPAddress,System.Net RealIP
리턴 System.Net.IPAddress

ThreadIndex 공개적으로 프로퍼티

public int ThreadIndex
리턴 int