C# Class TagTool.TagDefinitions.VFileInfo

Show file Open project: TheGuardians/TagTool Class Usage Examples

Public Properties

Property Type Description
Offset int
Size int

Property Details

Offset public property

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

Size public property

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