Click or drag to resize

IProjectArchiveEntry Interface

Abstracts an entry in the IProjectArchive

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IProjectArchiveEntry

The IProjectArchiveEntry type exposes the following members.

Properties
 NameDescription
Public propertyFullName Gets the full name of the entry.
Top
Methods
 NameDescription
Public methodOpenForReading Gets a stream for reading from the entry.
Public methodOpenForWriting Gets a stream for writing to the entry.
Top
See Also