메소드 | 설명 | |
---|---|---|
AskForOverwrite ( string file, string directory, ulong newSize ) : DialogResult | ||
ErrorDialog ( string message ) : void | ||
ExtractionProgressionDialog ( ) : System | ||
ShowDialog ( IWin32Window owner, ExtractionProcedure extractionProcedure, object state = null ) : DialogResult | ||
UpdateFileInformation ( int index, string filename ) : void |
public AskForOverwrite ( string file, string directory, ulong newSize ) : DialogResult | ||
file | string | |
directory | string | |
newSize | ulong | |
리턴 | DialogResult |
public ShowDialog ( IWin32Window owner, ExtractionProcedure extractionProcedure, object state = null ) : DialogResult | ||
owner | IWin32Window | |
extractionProcedure | ExtractionProcedure | |
state | object | |
리턴 | DialogResult |
public UpdateFileInformation ( int index, string filename ) : void | ||
index | int | |
filename | string | |
리턴 | void |