C# Class Microsoft.HockeyApp.Model.CrashData

Inheritance: ICrashData
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Свойство Type Description
CrashData System
CrashData System
OnDeserializing void

Méthodes publiques

Méthode Description
Deserialize ( Stream inputStream ) : CrashData

unmarshall data from a stream

SendDataAsync ( ) : System.Threading.Tasks.Task

sends the crashlog data to the hockeyapp serer

Serialize ( Stream outputStream ) : void

serialize data to a stream

Private Methods

Méthode Description
CrashData ( HockeyClient hockeyClient, Exception ex, CrashLogInformation crashLogInfo ) : System
CrashData ( HockeyClient hockeyClient, string logString, string stackTrace, CrashLogInformation crashLogInfo ) : System
OnDeserializing ( StreamingContext context ) : void

Method Details

Deserialize() public static méthode

unmarshall data from a stream
public static Deserialize ( Stream inputStream ) : CrashData
inputStream Stream json data stream
Résultat CrashData

SendDataAsync() public méthode

sends the crashlog data to the hockeyapp serer
public SendDataAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

Serialize() public méthode

serialize data to a stream
public Serialize ( Stream outputStream ) : void
outputStream Stream
Résultat void