C# 클래스 DeOps.DeOpsContext

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

공개 프로퍼티들

프로퍼티 타입 설명
Bandwidth BandwidthLog
ContextThread Thread
CoreVersion uint
Cores ThreadedList
DefaultIcon System.Drawing.Icon
KnownServices string>.Dictionary
Lookup DeOps.Implementation.OpCore
LookupConfig LookupSettings
NotifyUpdateReady bool>.Func
ShowLogin Action
SignedUpdate DeOps.Services.Update.UpdateInfo
Sim DeOps.Simulator.SimInstance
StartupPath string

공개 메소드들

메소드 설명
AddCache ( string link ) : void
AssignUploadSlots ( ) : void
CanUpdate ( ) : bool
CheckLookup ( ) : void
DeOpsContext ( SimInstance sim, string startupPath, Icon defaultIcon ) : System
DeOpsContext ( string startupPath, Icon defaultIcon ) : System
Dispose ( ) : void
FindLocalIP ( ) : void
LoadCore ( string userPath, string pass ) : OpCore
RaiseLogin ( string args ) : void
RaiseUpdateReady ( LookupSettings config ) : void
RemoveCore ( OpCore removed ) : void
SecondTimer_Tick ( object state ) : void

비공개 메소드들

메소드 설명
FindLocalIP_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void
SetLocalIP ( IPAddress ip ) : void

메소드 상세

AddCache() 공개 메소드

public AddCache ( string link ) : void
link string
리턴 void

AssignUploadSlots() 공개 메소드

public AssignUploadSlots ( ) : void
리턴 void

CanUpdate() 공개 메소드

public CanUpdate ( ) : bool
리턴 bool

CheckLookup() 공개 메소드

public CheckLookup ( ) : void
리턴 void

DeOpsContext() 공개 메소드

public DeOpsContext ( SimInstance sim, string startupPath, Icon defaultIcon ) : System
sim DeOps.Simulator.SimInstance
startupPath string
defaultIcon System.Drawing.Icon
리턴 System

DeOpsContext() 공개 메소드

public DeOpsContext ( string startupPath, Icon defaultIcon ) : System
startupPath string
defaultIcon System.Drawing.Icon
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindLocalIP() 공개 메소드

public FindLocalIP ( ) : void
리턴 void

LoadCore() 공개 메소드

public LoadCore ( string userPath, string pass ) : OpCore
userPath string
pass string
리턴 DeOps.Implementation.OpCore

RaiseLogin() 공개 메소드

public RaiseLogin ( string args ) : void
args string
리턴 void

RaiseUpdateReady() 공개 메소드

public RaiseUpdateReady ( LookupSettings config ) : void
config LookupSettings
리턴 void

RemoveCore() 공개 메소드

public RemoveCore ( OpCore removed ) : void
removed DeOps.Implementation.OpCore
리턴 void

SecondTimer_Tick() 공개 메소드

public SecondTimer_Tick ( object state ) : void
state object
리턴 void

프로퍼티 상세

Bandwidth 공개적으로 프로퍼티

public BandwidthLog Bandwidth
리턴 BandwidthLog

ContextThread 공개적으로 프로퍼티

public Thread ContextThread
리턴 Thread

CoreVersion 공개적으로 정적으로 프로퍼티

public static uint CoreVersion
리턴 uint

Cores 공개적으로 프로퍼티

public ThreadedList Cores
리턴 ThreadedList

DefaultIcon 공개적으로 프로퍼티

public Icon,System.Drawing DefaultIcon
리턴 System.Drawing.Icon

KnownServices 공개적으로 프로퍼티

public Dictionary KnownServices
리턴 string>.Dictionary

Lookup 공개적으로 프로퍼티

public OpCore,DeOps.Implementation Lookup
리턴 DeOps.Implementation.OpCore

LookupConfig 공개적으로 프로퍼티

public LookupSettings,DeOps LookupConfig
리턴 LookupSettings

NotifyUpdateReady 공개적으로 프로퍼티

public Func NotifyUpdateReady
리턴 bool>.Func

ShowLogin 공개적으로 프로퍼티

public Action ShowLogin
리턴 Action

SignedUpdate 공개적으로 프로퍼티

public UpdateInfo,DeOps.Services.Update SignedUpdate
리턴 DeOps.Services.Update.UpdateInfo

Sim 공개적으로 프로퍼티

public SimInstance,DeOps.Simulator Sim
리턴 DeOps.Simulator.SimInstance

StartupPath 공개적으로 프로퍼티

public string StartupPath
리턴 string