C# 클래스 ServiceMonitor.ProcessModel

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

공개 프로퍼티들

프로퍼티 타입 설명
OnClear System.Action
OnError Action
OnExit Action
OnGetAllLog Func
OnGetData LogData>.Func
OnGetDataCount Func
OnGetSelectedContent Func
OnLog Action
OnStart Action
OnStop Action
invoker System.Windows.Forms.Control
view LogView

공개 메소드들

메소드 설명
ClearLog ( ) : void
GetAllLog ( ) : string
GetData ( int index ) : LogData
GetDataCount ( ) : int
GetSelectedContext ( ) : string
ProcessModel ( ) : System
SafeCall ( System.Action callback ) : void
Start ( ) : void
Stop ( ) : void
WriteLog ( Color c, string text ) : void

메소드 상세

ClearLog() 공개 메소드

public ClearLog ( ) : void
리턴 void

GetAllLog() 공개 메소드

public GetAllLog ( ) : string
리턴 string

GetData() 공개 메소드

public GetData ( int index ) : LogData
index int
리턴 LogData

GetDataCount() 공개 메소드

public GetDataCount ( ) : int
리턴 int

GetSelectedContext() 공개 메소드

public GetSelectedContext ( ) : string
리턴 string

ProcessModel() 공개 메소드

public ProcessModel ( ) : System
리턴 System

SafeCall() 공개 메소드

public SafeCall ( System.Action callback ) : void
callback System.Action
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

WriteLog() 공개 메소드

public WriteLog ( Color c, string text ) : void
c Color
text string
리턴 void

프로퍼티 상세

OnClear 공개적으로 프로퍼티

public Action,System OnClear
리턴 System.Action

OnError 공개적으로 프로퍼티

public Action OnError
리턴 Action

OnExit 공개적으로 프로퍼티

public Action OnExit
리턴 Action

OnGetAllLog 공개적으로 프로퍼티

public Func OnGetAllLog
리턴 Func

OnGetData 공개적으로 프로퍼티

public Func OnGetData
리턴 LogData>.Func

OnGetDataCount 공개적으로 프로퍼티

public Func OnGetDataCount
리턴 Func

OnGetSelectedContent 공개적으로 프로퍼티

public Func OnGetSelectedContent
리턴 Func

OnLog 공개적으로 프로퍼티

public Action OnLog
리턴 Action

OnStart 공개적으로 프로퍼티

public Action OnStart
리턴 Action

OnStop 공개적으로 프로퍼티

public Action OnStop
리턴 Action

invoker 공개적으로 프로퍼티

public Control,System.Windows.Forms invoker
리턴 System.Windows.Forms.Control

view 공개적으로 프로퍼티

public LogView,ServiceMonitor view
리턴 LogView