C# 클래스 Win.Grepify.FileToScan

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

공개 메소드들

메소드 설명
FileToScan ( string strFile, Scanner scanEngine, string strTerm, System.Boolean bCase, System.Boolean bRegex ) : System

ThreadPoolCallback ( Object threadContext ) : void

비공개 메소드들

메소드 설명
IsBinary ( byte bytesFile ) : bool

Checks if a file is binary

ScanFile ( string strFile ) : bool

Scan a particular file

메소드 상세

FileToScan() 공개 메소드

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
리턴 System

ThreadPoolCallback() 공개 메소드

public ThreadPoolCallback ( Object threadContext ) : void
threadContext Object
리턴 void