C# Class Microsoft.HockeyApp.DataContracts.CrashTelemetryThreadFrame

The type used to specify frame properties of a crash.
Mostrar archivo Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
CrashTelemetryThreadFrame ( ) : System.Collections.Generic

Initializes a new instance of the CrashTelemetryThreadFrame class.

Private Methods

Method Description
CrashTelemetryThreadFrame ( CrashDataThreadFrame headers ) : System.Collections.Generic

Initializes a new instance of the CrashTelemetryThreadFrame class.

Sanitize ( ) : void

Sanitizes the properties based on constraints.

Method Details

CrashTelemetryThreadFrame() public method

Initializes a new instance of the CrashTelemetryThreadFrame class.
public CrashTelemetryThreadFrame ( ) : System.Collections.Generic
return System.Collections.Generic