C# 클래스 VitaReg.Registry.IndexEntry

파일 보기 프로젝트 열기: Xeeynamo/VitaReg

공개 프로퍼티들

프로퍼티 타입 설명
_00 ushort
_02 ushort
_06 ushort
_08 ushort
_28 ushort
_38 ushort
activeEntries ushort
parent ushort

공개 메소드들

메소드 설명
GetBlockOffset ( int index ) : int
Read ( BinaryReader reader ) : void
Write ( BinaryWriter writer ) : void

메소드 상세

GetBlockOffset() 공개 메소드

public GetBlockOffset ( int index ) : int
index int
리턴 int

Read() 공개 메소드

public Read ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

Write() 공개 메소드

public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void

프로퍼티 상세

_00 공개적으로 프로퍼티

public ushort _00
리턴 ushort

_02 공개적으로 프로퍼티

public ushort _02
리턴 ushort

_06 공개적으로 프로퍼티

public ushort _06
리턴 ushort

_08 공개적으로 프로퍼티

public ushort _08
리턴 ushort

_28 공개적으로 프로퍼티

public ushort _28
리턴 ushort

_38 공개적으로 프로퍼티

public ushort _38
리턴 ushort

activeEntries 공개적으로 프로퍼티

public ushort activeEntries
리턴 ushort

parent 공개적으로 프로퍼티

public ushort parent
리턴 ushort