C# Class Json, chronojump

ファイルを表示 Open project: GNOME/chronojump Class Usage Examples

Public Properties

Property Type Description
ResultMessage string

Public Methods

Method 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

Method Description
readFile ( string filePath ) : byte[]

Method Details

GetLastVersion() public method

public GetLastVersion ( string currentVersion ) : bool
currentVersion string
return bool

Json() public method

public Json ( ) : System
return System

Ping() public method

public Ping ( string osVersion, string cjVersion, string machineID ) : bool
osVersion string
cjVersion string
machineID string
return bool

PingAbort() public method

public PingAbort ( ) : void
return void

PostCrashLog() public method

public PostCrashLog ( string email, string comments ) : bool
email string
comments string
return bool

Property Details

ResultMessage public_oe property

public string ResultMessage
return string