C# 클래스 ME3Explorer.Unreal.DLCPackage.HeaderStruct

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
BlockTableOffset uint
CompressionScheme char[]
DataOffset uint
EntryOffset uint
FileCount uint
Magic uint
MaxBlockSize uint
Version uint

공개 메소드들

메소드 설명
Serialize ( SerializingFile con ) : void
ToTree ( ) : TreeNode

메소드 상세

Serialize() 공개 메소드

public Serialize ( SerializingFile con ) : void
con SerializingFile
리턴 void

ToTree() 공개 메소드

public ToTree ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

프로퍼티 상세

BlockTableOffset 공개적으로 프로퍼티

public uint BlockTableOffset
리턴 uint

CompressionScheme 공개적으로 프로퍼티

public char[] CompressionScheme
리턴 char[]

DataOffset 공개적으로 프로퍼티

public uint DataOffset
리턴 uint

EntryOffset 공개적으로 프로퍼티

public uint EntryOffset
리턴 uint

FileCount 공개적으로 프로퍼티

public uint FileCount
리턴 uint

Magic 공개적으로 프로퍼티

public uint Magic
리턴 uint

MaxBlockSize 공개적으로 프로퍼티

public uint MaxBlockSize
리턴 uint

Version 공개적으로 프로퍼티

public uint Version
리턴 uint