C# 클래스 SharpBoot.SevenZipExtractor

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

공개 프로퍼티들

프로퍼티 타입 설명
SevenZipPath string

공개 메소드들

메소드 설명
Close ( ) : void
Extract ( string arch, string output, bool wait = true, int maxDelay = 5 ) : void
SevenZipExtractor ( ) : System

보호된 메소드들

메소드 설명
OnFinished ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Extract() 공개 메소드

public Extract ( string arch, string output, bool wait = true, int maxDelay = 5 ) : void
arch string
output string
wait bool
maxDelay int
리턴 void

OnFinished() 보호된 메소드

protected OnFinished ( ) : void
리턴 void

SevenZipExtractor() 공개 메소드

public SevenZipExtractor ( ) : System
리턴 System

프로퍼티 상세

SevenZipPath 공개적으로 프로퍼티

public string SevenZipPath
리턴 string