public struct FileEntry
Public Structure FileEntry
public value class FileEntry
[<SealedAttribute>]
type FileEntry =
struct
inherit ValueType
end
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
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. |