C# Class UnityEngine.CrashReport

Holds data for a single application crash event and provides access to all gathered crash reports.

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
text string
time System.DateTime

Private Methods

Method Description
Compare ( CrashReport c1, CrashReport c2 ) : int
CrashReport ( string id, System.DateTime time, string text ) : System
GetReportData ( string id, double &secondsSinceUnixEpoch ) : string
GetReports ( ) : string[]
PopulateReports ( ) : void

Property Details

text public_oe property

Crash report data as formatted text.

public string text
return string

time public_oe property

Time, when the crash occured.

public DateTime,System time
return System.DateTime