25 lines
598 B
C#
25 lines
598 B
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using UnityEngine.Scripting;
|
|
|
|
namespace UnityEngine.CrashReportHandler
|
|
{
|
|
// Token: 0x020002DB RID: 731
|
|
public static class CrashReportHandler
|
|
{
|
|
// Token: 0x17000AF5 RID: 2805
|
|
// (get) Token: 0x0600304B RID: 12363
|
|
// (set) Token: 0x0600304C RID: 12364
|
|
[ThreadAndSerializationSafe]
|
|
public static extern bool enableCaptureExceptions
|
|
{
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
get;
|
|
[GeneratedByOldBindingsGenerator]
|
|
[MethodImpl(MethodImplOptions.InternalCall)]
|
|
set;
|
|
}
|
|
}
|
|
}
|