C# 클래스 CASCExplorer.D3RootEntry

파일 보기 프로젝트 열기: WoW-Tools/CASCExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileIndex int
MD5 MD5Hash
Name string
SNO int
Type int

공개 메소드들

메소드 설명
Read ( int type, BinaryReader s ) : D3RootEntry

메소드 상세

Read() 공개 정적인 메소드

public static Read ( int type, BinaryReader s ) : D3RootEntry
type int
s System.IO.BinaryReader
리턴 D3RootEntry

프로퍼티 상세

FileIndex 공개적으로 프로퍼티

public int FileIndex
리턴 int

MD5 공개적으로 프로퍼티

public MD5Hash MD5
리턴 MD5Hash

Name 공개적으로 프로퍼티

public string Name
리턴 string

SNO 공개적으로 프로퍼티

public int SNO
리턴 int

Type 공개적으로 프로퍼티

public int Type
리턴 int