C# Class CASCExplorer.D3RootEntry

Datei anzeigen Open project: WoW-Tools/CASCExplorer Class Usage Examples

Public Properties

Property Type Description
FileIndex int
MD5 MD5Hash
Name string
SNO int
Type int

Public Methods

Method Description
Read ( int type, BinaryReader s ) : D3RootEntry

Method Details

Read() public static method

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

Property Details

FileIndex public_oe property

public int FileIndex
return int

MD5 public_oe property

public MD5Hash MD5
return MD5Hash

Name public_oe property

public string Name
return string

SNO public_oe property

public int SNO
return int

Type public_oe property

public int Type
return int