C# Class Ionic.Zip.WinFormsSelfExtractorStub

Inheritance: System.Windows.Forms.Form
Mostra file Open project: dsrbecky/DeltaZip

Private Properties

Property Type Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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