C# Class Microsoft.HockeyApp.Model.CrashLogInformation

representing additional meta info to a crashlog
ファイルを表示 Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Public Properties

Property Type Description
Manufacturer string
Model string
OperatingSystem string
PackageName string
ProductID string
Version string
Windows string
WindowsPhone string

Private Methods

Method Description
ToString ( ) : string

Property Details

Manufacturer public_oe property

device manufacturer
public string Manufacturer
return string

Model public_oe property

device model
public string Model
return string

OperatingSystem public_oe property

os
public string OperatingSystem
return string

PackageName public_oe property

name of app package
public string PackageName
return string

ProductID public_oe property

product id of app
public string ProductID
return string

Version public_oe property

version of app
public string Version
return string

Windows public_oe property

windows version
public string Windows
return string

WindowsPhone public_oe property

windows phone version
public string WindowsPhone
return string