C# 클래스 Ionic.Zip.WinFormsSelfExtractorStub

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: dsrbecky/DeltaZip

Private Properties

프로퍼티 타입 설명
DoExtract void
ExtractProgress void
FixTitle void
Form_Shown void
HideComment void
InitExtractExistingFileList void
InitializeComponent void
KickoffExtract void
MoveDown void
PostUnpackCmdLineIsSet bool
PromptForPassword string
ProvideStatus void
RemoveInteractiveComponents void
ReplaceEnvVars string
Resolver System.Reflection.Assembly
SetInteractiveFlag bool
SetOverwriteBehavior int
SetProgressBars void
SetUiDone void
SplitCommandLine string[]
StartPostUnpackProc void
StepArchiveProgress void
StepEntryProgress void
WinFormsSelfExtractorStub System
_SetDefaultExtractLocation void
_SetPostUnpackCmdLine void
btnCancel_Click void
btnContents_Click void
btnDirBrowse_Click void
btnExtract_Click void
chk_ExeAfterUnpack_CheckedChanged void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
DoExtract ( Object obj ) : void
ExtractProgress ( object sender, Ionic.Zip.ExtractProgressEventArgs e ) : void
FixTitle ( ) : void
Form_Shown ( object sender, EventArgs e ) : void
HideComment ( ) : void
InitExtractExistingFileList ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

KickoffExtract ( ) : void
MoveDown ( System c, int delta ) : void
PostUnpackCmdLineIsSet ( ) : bool
PromptForPassword ( string entryName ) : string
ProvideStatus ( string header, string message ) : void
RemoveInteractiveComponents ( ) : void
ReplaceEnvVars ( string v ) : string
Resolver ( object sender, ResolveEventArgs args ) : Assembly
SetInteractiveFlag ( ) : bool
SetOverwriteBehavior ( ) : int
SetProgressBars ( ) : void
SetUiDone ( ) : void
SplitCommandLine ( string cmdline ) : string[]
StartPostUnpackProc ( object arg ) : void
StepArchiveProgress ( ExtractProgressEventArgs e ) : void
StepEntryProgress ( ExtractProgressEventArgs e ) : void
WinFormsSelfExtractorStub ( ) : System
_SetDefaultExtractLocation ( ) : void
_SetPostUnpackCmdLine ( ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnContents_Click ( object sender, EventArgs e ) : void
btnDirBrowse_Click ( object sender, EventArgs e ) : void
btnExtract_Click ( object sender, EventArgs e ) : void
chk_ExeAfterUnpack_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void