Interface IArchive

IArchive interface

Esta interfaz representa un archivo.

public interface IArchive : IDisposable

Propiedades

NombreDescripción
FileEntries { get; }Obtiene entradas deIArchiveFileEntry tipo que constituye el archivo.

Ver también