C# 클래스 DeploymentDownloader.SevenzipExtractor

파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LogFilename string

공개 메소드들

메소드 설명
ReadOutput ( object sender, DataReceivedEventArgs e ) : void
SevenzipExtractor ( string path ) : System
extract ( string destination ) : int

메소드 상세

ReadOutput() 공개 메소드

public ReadOutput ( object sender, DataReceivedEventArgs e ) : void
sender object
e System.Diagnostics.DataReceivedEventArgs
리턴 void

SevenzipExtractor() 공개 메소드

public SevenzipExtractor ( string path ) : System
path string
리턴 System

extract() 공개 메소드

public extract ( string destination ) : int
destination string
리턴 int

프로퍼티 상세

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

public static string LogFilename
리턴 string