Method | Description | |
---|---|---|
FileToScan ( string strFile, |
|
|
ThreadPoolCallback ( Object threadContext ) : void |
Method | Description | |
---|---|---|
IsBinary ( byte bytesFile ) : bool |
Checks if a file is binary
|
|
ScanFile ( string strFile ) : bool |
Scan a particular file
|
public FileToScan ( string strFile, |
||
strFile | string | |
scanEngine | ||
strTerm | string | |
bCase | System.Boolean | |
bRegex | System.Boolean | |
return | System |
public ThreadPoolCallback ( Object threadContext ) : void | ||
threadContext | Object | |
return | void |