C# Class Win.Grepify.FileToScan

Mostra file Open project: nccgroup/grepify Class Usage Examples

Public Methods

Method Description
FileToScan ( string strFile, Scanner scanEngine, string strTerm, System.Boolean bCase, System.Boolean bRegex ) : System

ThreadPoolCallback ( Object threadContext ) : void

Private Methods

Method Description
IsBinary ( byte bytesFile ) : bool

Checks if a file is binary

ScanFile ( string strFile ) : bool

Scan a particular file

Method Details

FileToScan() public method

public FileToScan ( string strFile, Scanner scanEngine, string strTerm, System.Boolean bCase, System.Boolean bRegex ) : System
strFile string
scanEngine Scanner
strTerm string
bCase System.Boolean
bRegex System.Boolean
return System

ThreadPoolCallback() public method

public ThreadPoolCallback ( Object threadContext ) : void
threadContext Object
return void