C# 클래스 EWUScanner.Program

파일 보기 프로젝트 열기: mtotheikle/EWU-OIT-SSN-Scanner

공개 프로퍼티들

프로퍼티 타입 설명
mainUIForm MainForm
scanning bool

공개 메소드들

메소드 설명
DetermineSize ( string path ) : int
IsArchive ( string ext ) : bool
ProcessFile ( Delimon fInfo ) : void
ProcessNonArchive ( Delimon fInfo, bool parentIsArchive ) : int[][]
RunScan ( bool adminMode, List paths ) : void
ScanDirectories ( string root ) : void
ValidateExtension ( string ext ) : bool
WriteToLogFile ( string text ) : void
scanEmail ( com email ) : void

비공개 메소드들

메소드 설명
CheckIfExcluded ( string usersDirectory ) : bool
Main ( ) : void
processFolder ( com folder ) : void

메소드 상세

DetermineSize() 공개 정적인 메소드

public static DetermineSize ( string path ) : int
path string
리턴 int

IsArchive() 공개 정적인 메소드

public static IsArchive ( string ext ) : bool
ext string
리턴 bool

ProcessFile() 공개 정적인 메소드

public static ProcessFile ( Delimon fInfo ) : void
fInfo Delimon
리턴 void

ProcessNonArchive() 공개 정적인 메소드

public static ProcessNonArchive ( Delimon fInfo, bool parentIsArchive ) : int[][]
fInfo Delimon
parentIsArchive bool
리턴 int[][]

RunScan() 공개 정적인 메소드

public static RunScan ( bool adminMode, List paths ) : void
adminMode bool
paths List
리턴 void

ScanDirectories() 공개 정적인 메소드

public static ScanDirectories ( string root ) : void
root string
리턴 void

ValidateExtension() 공개 정적인 메소드

public static ValidateExtension ( string ext ) : bool
ext string
리턴 bool

WriteToLogFile() 공개 정적인 메소드

public static WriteToLogFile ( string text ) : void
text string
리턴 void

scanEmail() 공개 정적인 메소드

public static scanEmail ( com email ) : void
email com
리턴 void

프로퍼티 상세

mainUIForm 공개적으로 정적으로 프로퍼티

public static MainForm,EWUScanner mainUIForm
리턴 MainForm

scanning 공개적으로 정적으로 프로퍼티

public static bool scanning
리턴 bool