C# Class DBCViewer.STLReader

Inheritance: IWowClientDBReader
Afficher le fichier Open project: tomrus88/dbcviewer Class Usage Examples

Méthodes publiques

Méthode Description
ReadString ( int offset ) : string
STLReader ( string fileName ) : System
Save ( DataTable table, Table def, string path ) : void

Method Details

ReadString() public méthode

public ReadString ( int offset ) : string
offset int
Résultat string

STLReader() public méthode

public STLReader ( string fileName ) : System
fileName string
Résultat System

Save() public méthode

public Save ( DataTable table, Table def, string path ) : void
table DataTable
def Table
path string
Résultat void