Property | Type | Description | |
---|---|---|---|
blnIsCancel | bool | ||
isUpdate | bool |
Method | Description | |
---|---|---|
CancelUpdate ( ) : void | ||
CheckClamWinInstallation ( ) : void | ||
CommandLogic_Clam ( ) : System | ||
Enqueue ( bool apply = false ) : void | ||
EnqueueFile ( ) : void | ||
EnqueueFilesInFolder ( bool isRecursion ) : void | ||
LaunchCleaner ( bool remove = false, System.Action callback = null ) : void |
Scan custom paths
|
|
LaunchScanner ( SEARCH search, string path, bool launchinbackground = false, string regex = null, bool remove = false, System.Action callback = null ) : void | ||
LaunchUpdater ( ) : void | ||
UpdateProgressLog ( string data ) : void | ||
WriteConfig ( ) : void | ||
bgWorker_DoWork ( object sender, |
||
bgWorker_RunWorkerCompleted ( object sender, |
||
process_OutputDataReceived ( object sender, |
public EnqueueFilesInFolder ( bool isRecursion ) : void | ||
isRecursion | bool | |
return | void |
public LaunchCleaner ( bool remove = false, System.Action callback = null ) : void | ||
remove | bool | |
callback | System.Action | |
return | void |
public LaunchScanner ( SEARCH search, string path, bool launchinbackground = false, string regex = null, bool remove = false, System.Action callback = null ) : void | ||
search | SEARCH | |
path | string | |
launchinbackground | bool | |
regex | string | |
remove | bool | |
callback | System.Action | |
return | void |
public UpdateProgressLog ( string data ) : void | ||
data | string | |
return | void |
public bgWorker_DoWork ( object sender, |
||
sender | object | |
e | ||
return | void |
public bgWorker_RunWorkerCompleted ( object sender, |
||
sender | object | |
e | ||
return | void |
public process_OutputDataReceived ( object sender, |
||
sender | object | |
e | ||
return | void |