C# Class Apprenda.Log4NetConnectorPolicy.Tests.ZipFileLocator

When provided with a zip archive, stream the files in the archive to a cleaned-after-use location
Inheritance: IFileLocator, IDisposable
Afficher le fichier Open project: apprenda/Log4Net-Onboarder

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CopyTo ( string fileName, string destinationPath ) : void
Dispose ( ) : void
EnumeratePath ( string path ) : IEnumerable
Exists ( string fileName ) : bool
ZipFileLocator ( ZipArchive archive ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

CopyTo() public méthode

public CopyTo ( string fileName, string destinationPath ) : void
fileName string
destinationPath string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EnumeratePath() public méthode

public EnumeratePath ( string path ) : IEnumerable
path string
Résultat IEnumerable

Exists() public méthode

public Exists ( string fileName ) : bool
fileName string
Résultat bool

ZipFileLocator() public méthode

public ZipFileLocator ( ZipArchive archive ) : System
archive System.IO.Compression.ZipArchive
Résultat System