C# 클래스 RecursiveUnrar.UnrarExeWrapper

상속: IRarHandler
파일 보기 프로젝트 열기: voltagex/junkcode

공개 메소드들

메소드 설명
ExtractFileToPath ( string rarFile, string path, bool dryRun = false ) : void
ListFiles ( string rarFile ) : IEnumerable
TestFile ( string rarFile, string path ) : void
UnrarExeWrapper ( string pathToUnrar ) : System

비공개 메소드들

메소드 설명
GetUnrarRedirectedStart ( ) : ProcessStartInfo

메소드 상세

ExtractFileToPath() 공개 메소드

public ExtractFileToPath ( string rarFile, string path, bool dryRun = false ) : void
rarFile string
path string
dryRun bool
리턴 void

ListFiles() 공개 메소드

public ListFiles ( string rarFile ) : IEnumerable
rarFile string
리턴 IEnumerable

TestFile() 공개 메소드

public TestFile ( string rarFile, string path ) : void
rarFile string
path string
리턴 void

UnrarExeWrapper() 공개 메소드

public UnrarExeWrapper ( string pathToUnrar ) : System
pathToUnrar string
리턴 System