C# Class EWUScanner.Program

Afficher le fichier Open project: mtotheikle/EWU-OIT-SSN-Scanner

Méthodes publiques

Свойство Type Description
mainUIForm MainForm
scanning bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CheckIfExcluded ( string usersDirectory ) : bool
Main ( ) : void
processFolder ( com folder ) : void

Method Details

DetermineSize() public static méthode

public static DetermineSize ( string path ) : int
path string
Résultat int

IsArchive() public static méthode

public static IsArchive ( string ext ) : bool
ext string
Résultat bool

ProcessFile() public static méthode

public static ProcessFile ( Delimon fInfo ) : void
fInfo Delimon
Résultat void

ProcessNonArchive() public static méthode

public static ProcessNonArchive ( Delimon fInfo, bool parentIsArchive ) : int[][]
fInfo Delimon
parentIsArchive bool
Résultat int[][]

RunScan() public static méthode

public static RunScan ( bool adminMode, List paths ) : void
adminMode bool
paths List
Résultat void

ScanDirectories() public static méthode

public static ScanDirectories ( string root ) : void
root string
Résultat void

ValidateExtension() public static méthode

public static ValidateExtension ( string ext ) : bool
ext string
Résultat bool

WriteToLogFile() public static méthode

public static WriteToLogFile ( string text ) : void
text string
Résultat void

scanEmail() public static méthode

public static scanEmail ( com email ) : void
email com
Résultat void

Property Details

mainUIForm public_oe static_oe property

public static MainForm,EWUScanner mainUIForm
Résultat MainForm

scanning public_oe static_oe property

public static bool scanning
Résultat bool