C# Класс BetterExplorer.ArchiveProcressScreen

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ArchiveProcressScreen ( IList fileAndDirectoryFullPaths, string archivefullPath, ArchiveAction action, string archivename = null, OutArchiveFormat format = OutArchiveFormat.SevenZip, bool fastcompression = false, string password = null, CompressionLevel compresstionlevel = CompressionLevel.Normal ) : System

CancelCompression ( object sender, EventArgs e ) : void
Close ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
ArchiveProcressScreen_Shown ( object sender, EventArgs e ) : void
Compress ( ) : void
Compressing ( object sender, SevenZip.ProgressEventArgs e ) : void
CompressionFinished ( object sender, EventArgs e ) : void
Done ( ) : void
Extract ( ) : void
FileCompressionFinished ( object sender, EventArgs e ) : void
FileCompressionStarted ( object sender, SevenZip.FileNameEventArgs e ) : void
FileExtractionFinished ( object sender, SevenZip.FileInfoEventArgs e ) : void
FileExtractionStarted ( object sender, SevenZip.FileInfoEventArgs e ) : void
RemoveFile ( ) : void
SelectExtention ( OutArchiveFormat format ) : string
_thread_ThreadException ( BetterExplorer.SafeThread thrd, Exception ex ) : void

Описание методов

ArchiveProcressScreen() публичный Метод

public ArchiveProcressScreen ( IList fileAndDirectoryFullPaths, string archivefullPath, ArchiveAction action, string archivename = null, OutArchiveFormat format = OutArchiveFormat.SevenZip, bool fastcompression = false, string password = null, CompressionLevel compresstionlevel = CompressionLevel.Normal ) : System
fileAndDirectoryFullPaths IList The full path to all the files and directorys to compress or archives to extract
archivefullPath string The path where to place the archive or the extracted files and directorys
action ArchiveAction
archivename string
format OutArchiveFormat The compression format(only for compression)
fastcompression bool If you whan to compresss the files fast(only for compression)
password string (only for compression and if required)
compresstionlevel CompressionLevel How strong must the compression be (only for compression)
Результат System

CancelCompression() публичный Метод

public CancelCompression ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Close() публичный Метод

public Close ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void