C# 클래스 DeploymentStager.SevenzipCompresser

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

공개 프로퍼티들

프로퍼티 타입 설명
LogFilename string

공개 메소드들

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

메소드 상세

ReadOutput() 공개 메소드

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

SevenzipCompresser() 공개 메소드

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

compress() 공개 메소드

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

프로퍼티 상세

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

public static string LogFilename
리턴 string