C# Class Win.Grepify.FileToScan

Afficher le fichier Open project: nccgroup/grepify Class Usage Examples

Méthodes publiques

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

ThreadPoolCallback ( Object threadContext ) : void

Private Methods

Méthode Description
IsBinary ( byte bytesFile ) : bool

Checks if a file is binary

ScanFile ( string strFile ) : bool

Scan a particular file

Method Details

FileToScan() public méthode

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
Résultat System

ThreadPoolCallback() public méthode

public ThreadPoolCallback ( Object threadContext ) : void
threadContext Object
Résultat void