C# Класс Win.Grepify.Scanner

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
bStopped bool
frmMaster frmMain
strAPIs string[]

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
EnumerateFiles ( string strPath, string strExts ) : void

Enumerate the files in a given path

ThreadFunction ( Object strObjParams ) : void

Описание методов

GetMaxThreads() публичный Метод

Get the maximum number of threads
public GetMaxThreads ( ) : int
Результат int

GetTotalhits() публичный Метод

Return the total number of hits
public GetTotalhits ( ) : int
Результат int

LowerQueueCount() публичный Метод

public LowerQueueCount ( ) : void
Результат void

Scanner() публичный Метод

Constructor
public Scanner ( ) : System
Результат System

SetMaxThread() публичный Метод

Set the maxmimum number of threads
public SetMaxThread ( int intMaxTs ) : bool
intMaxTs int
Результат bool

Start() публичный Метод

Start a scan
public Start ( string strAPIs, string strPath, string strExts, frmMain frmMain ) : bool
strAPIs string
strPath string
strExts string
frmMain frmMain
Результат bool

Stop() публичный Метод

Stop a scan
public Stop ( ) : void
Результат void

TotalFiles() публичный Метод

Enumerate the files in a given path and tell us how many
public TotalFiles ( string strPath ) : int
strPath string
Результат int

Описание свойств

bStopped публичное свойство

public bool bStopped
Результат bool

frmMaster публичное свойство

public frmMain,Win.Grepify frmMaster
Результат frmMain

strAPIs публичное свойство

public string[] strAPIs
Результат string[]