C# Class UnpackShell.Interfaces.FileEntry

显示文件 Open project: darkstar/gus Class Usage Examples

Public Properties

Property Type Description
CompressedSize long
FileIndex long
Filename string
LongData long>.Dictionary
ObjectData object>.Dictionary
Offset long
StringData string>.Dictionary
Timestamp System.DateTime
UncompressedSize long

Property Details

CompressedSize public_oe property

public long CompressedSize
return long

FileIndex public_oe property

public long FileIndex
return long

Filename public_oe property

public string Filename
return string

LongData public_oe property

public Dictionary LongData
return long>.Dictionary

ObjectData public_oe property

public Dictionary ObjectData
return object>.Dictionary

Offset public_oe property

public long Offset
return long

StringData public_oe property

public Dictionary StringData
return string>.Dictionary

Timestamp public_oe property

public DateTime,System Timestamp
return System.DateTime

UncompressedSize public_oe property

public long UncompressedSize
return long