C# Class Win.Grepify.Scanner

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

Méthodes publiques

Свойство Type Description
bStopped bool
frmMaster frmMain
strAPIs string[]

Méthodes publiques

Méthode Description
GetMaxThreads ( ) : int

Get the maximum number of threads

GetTotalhits ( ) : int

Return the total number of hits

LowerQueueCount ( ) : void
Scanner ( ) : System

Constructor

SetMaxThread ( int intMaxTs ) : bool

Set the maxmimum number of threads

Start ( string strAPIs, string strPath, string strExts, frmMain frmMain ) : bool

Start a scan

Stop ( ) : void

Stop a scan

TotalFiles ( string strPath ) : int

Enumerate the files in a given path and tell us how many

Private Methods

Méthode Description
EnumerateFiles ( string strPath, string strExts ) : void

Enumerate the files in a given path

ThreadFunction ( Object strObjParams ) : void

Method Details

GetMaxThreads() public méthode

Get the maximum number of threads
public GetMaxThreads ( ) : int
Résultat int

GetTotalhits() public méthode

Return the total number of hits
public GetTotalhits ( ) : int
Résultat int

LowerQueueCount() public méthode

public LowerQueueCount ( ) : void
Résultat void

Scanner() public méthode

Constructor
public Scanner ( ) : System
Résultat System

SetMaxThread() public méthode

Set the maxmimum number of threads
public SetMaxThread ( int intMaxTs ) : bool
intMaxTs int
Résultat bool

Start() public méthode

Start a scan
public Start ( string strAPIs, string strPath, string strExts, frmMain frmMain ) : bool
strAPIs string
strPath string
strExts string
frmMain frmMain
Résultat bool

Stop() public méthode

Stop a scan
public Stop ( ) : void
Résultat void

TotalFiles() public méthode

Enumerate the files in a given path and tell us how many
public TotalFiles ( string strPath ) : int
strPath string
Résultat int

Property Details

bStopped public_oe property

public bool bStopped
Résultat bool

frmMaster public_oe property

public frmMain,Win.Grepify frmMaster
Résultat frmMain

strAPIs public_oe property

public string[] strAPIs
Résultat string[]