C# 클래스 Apprenda.Log4NetConnectorPolicy.Tests.ZipFileLocator

When provided with a zip archive, stream the files in the archive to a cleaned-after-use location
상속: IFileLocator, IDisposable
파일 보기 프로젝트 열기: apprenda/Log4Net-Onboarder

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CopyTo ( string fileName, string destinationPath ) : void
Dispose ( ) : void
EnumeratePath ( string path ) : IEnumerable
Exists ( string fileName ) : bool
ZipFileLocator ( ZipArchive archive ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

CopyTo() 공개 메소드

public CopyTo ( string fileName, string destinationPath ) : void
fileName string
destinationPath string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EnumeratePath() 공개 메소드

public EnumeratePath ( string path ) : IEnumerable
path string
리턴 IEnumerable

Exists() 공개 메소드

public Exists ( string fileName ) : bool
fileName string
리턴 bool

ZipFileLocator() 공개 메소드

public ZipFileLocator ( ZipArchive archive ) : System
archive System.IO.Compression.ZipArchive
리턴 System