C# Class CrewChiefV3.PCars.PCarsSharedMemoryReader

Inheritance: GameDataReader
Afficher le fichier Open project: mrbelowski/r3e_crewchief_v3 Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
DumpRawGameData ( ) : void
ReadGameData ( System.Boolean forSpotter ) : Object
ReadGameDataFromFile ( String filename ) : Object

Méthodes protégées

Méthode Description
InitialiseInternal ( ) : System.Boolean

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DumpRawGameData() public méthode

public DumpRawGameData ( ) : void
Résultat void

InitialiseInternal() protected méthode

protected InitialiseInternal ( ) : System.Boolean
Résultat System.Boolean

ReadGameData() public méthode

public ReadGameData ( System.Boolean forSpotter ) : Object
forSpotter System.Boolean
Résultat Object

ReadGameDataFromFile() public méthode

public ReadGameDataFromFile ( String filename ) : Object
filename String
Résultat Object