C# Class TagTool.TagDefinitions.VFileInfo

显示文件 Open project: TheGuardians/TagTool Class Usage Examples

Public Properties

Property Type Description
Offset int
Size int

Property Details

Offset public_oe property

Gets or sets the starting offset of the file from the file data block.
public int Offset
return int

Size public_oe property

Gets or sets the size of the file in bytes.
public int Size
return int