C# 클래스 Win.Grepify.Scanner

파일 보기 프로젝트 열기: nccgroup/grepify 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]