C# 클래스 SevenZip.Program

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

공개 프로퍼티들

프로퍼티 타입 설명
f1 Form1
scanning bool

공개 메소드들

메소드 설명
Count_Files ( string root ) : int
Determine_Parser ( System fi, uint level ) : void
TraverseTree ( string root ) : void
WriteToLog ( string fileName, string path, string priority, int count ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

Count_Files() 공개 정적인 메소드

public static Count_Files ( string root ) : int
root string
리턴 int

Determine_Parser() 공개 정적인 메소드

public static Determine_Parser ( System fi, uint level ) : void
fi System
level uint
리턴 void

TraverseTree() 공개 정적인 메소드

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

WriteToLog() 공개 정적인 메소드

public static WriteToLog ( string fileName, string path, string priority, int count ) : void
fileName string
path string
priority string
count int
리턴 void

프로퍼티 상세

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

public static Form1 f1
리턴 Form1

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

public static bool scanning
리턴 bool