C# Class RecursiveUnrar.UnrarExeWrapper

Inheritance: IRarHandler
Afficher le fichier Open project: voltagex/junkcode

Méthodes publiques

Méthode Description
ExtractFileToPath ( string rarFile, string path, bool dryRun = false ) : void
ListFiles ( string rarFile ) : IEnumerable
TestFile ( string rarFile, string path ) : void
UnrarExeWrapper ( string pathToUnrar ) : System

Private Methods

Méthode Description
GetUnrarRedirectedStart ( ) : ProcessStartInfo

Method Details

ExtractFileToPath() public méthode

public ExtractFileToPath ( string rarFile, string path, bool dryRun = false ) : void
rarFile string
path string
dryRun bool
Résultat void

ListFiles() public méthode

public ListFiles ( string rarFile ) : IEnumerable
rarFile string
Résultat IEnumerable

TestFile() public méthode

public TestFile ( string rarFile, string path ) : void
rarFile string
path string
Résultat void

UnrarExeWrapper() public méthode

public UnrarExeWrapper ( string pathToUnrar ) : System
pathToUnrar string
Résultat System