C# 클래스 UnityEngine.CrashReport

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

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
text string
time System.DateTime

비공개 메소드들

메소드 설명
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

프로퍼티 상세

text 공개적으로 프로퍼티

Crash report data as formatted text.

public string text
리턴 string

time 공개적으로 프로퍼티

Time, when the crash occured.

public DateTime,System time
리턴 System.DateTime