Property | Type | Description | |
---|---|---|---|
OnClear | System.Action | ||
OnError | Action |
||
OnExit | Action |
||
OnGetAllLog | Func |
||
OnGetData | LogData>.Func | ||
OnGetDataCount | Func |
||
OnGetSelectedContent | Func |
||
OnLog | Action |
||
OnStart | Action |
||
OnStop | Action |
||
invoker | |||
view |
Method | Description | |
---|---|---|
ClearLog ( ) : void | ||
GetAllLog ( ) : string | ||
GetData ( int index ) : |
||
GetDataCount ( ) : int | ||
GetSelectedContext ( ) : string | ||
ProcessModel ( ) : System | ||
SafeCall ( System.Action callback ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
WriteLog ( Color c, string text ) : void |
public SafeCall ( System.Action callback ) : void | ||
callback | System.Action | |
return | void |
public WriteLog ( Color c, string text ) : void | ||
c | Color | |
text | string | |
return | void |
public Control,System.Windows.Forms invoker | ||
return |