Archiver.FileEntry Structure

Archive file entry.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public struct FileEntry
Inheritance
Object    ValueType    Archiver.FileEntry

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

Comment Comment to the file.
Crc32 CRC of the file.
FileName Name of the file.
FileOffset Offset of the file.
FileSize Size of the file.
HeaderOffset Offset of the file header.
HeaderSize Size of the file header.
ModifyTime File modification date and time.

See Also