C# 클래스 TagTool.TagDefinitions.VFileInfo

파일 보기 프로젝트 열기: TheGuardians/TagTool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Offset int
Size int

프로퍼티 상세

Offset 공개적으로 프로퍼티

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

Size 공개적으로 프로퍼티

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