C# Class Json, chronojump

Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Свойство Type Description
ResultMessage string

Méthodes publiques

Méthode Description
GetLastVersion ( string currentVersion ) : bool
Json ( ) : System
Ping ( string osVersion, string cjVersion, string machineID ) : bool
PingAbort ( ) : void
PostCrashLog ( string email, string comments ) : bool

Private Methods

Méthode Description
readFile ( string filePath ) : byte[]

Method Details

GetLastVersion() public méthode

public GetLastVersion ( string currentVersion ) : bool
currentVersion string
Résultat bool

Json() public méthode

public Json ( ) : System
Résultat System

Ping() public méthode

public Ping ( string osVersion, string cjVersion, string machineID ) : bool
osVersion string
cjVersion string
machineID string
Résultat bool

PingAbort() public méthode

public PingAbort ( ) : void
Résultat void

PostCrashLog() public méthode

public PostCrashLog ( string email, string comments ) : bool
email string
comments string
Résultat bool

Property Details

ResultMessage public_oe property

public string ResultMessage
Résultat string