Click or drag to resize

ZipArchiveAsProjectArchiveNativeGetEntryMemento Method

Gets a memento that can later on used to read an entry of the archive.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IProjectArchiveEntryMemento? GetEntryMemento(
	string entryName
)

Parameters

entryName  String
Name of the entry.

Return Value

IProjectArchiveEntryMemento

[Missing <returns> documentation for "M:Altaxo.Main.Services.Files.ZipArchiveAsProjectArchiveNative.GetEntryMemento(System.String)"]

Implements

IProjectArchiveGetEntryMemento(String)
See Also