Files
Apr2020-Cpp2Il-Dump/UnityEngine.CrashReportingModule/UnityEngine/CrashReportHandler/CrashReportHandler.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

35 lines
938 B
C#

using System;
using Cpp2IlInjected;
using UnityEngine.Bindings;
namespace UnityEngine.CrashReportHandler
{
// Token: 0x02000002 RID: 2
[Token(Token = "0x2000002")]
[NativeHeader("Modules/CrashReporting/Public/CrashReporter.h")]
[StaticAccessor("CrashReporting::CrashReporter::Get()", StaticAccessorType.Dot)]
public class CrashReportHandler
{
// Token: 0x17000001 RID: 1
// (set) Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000001")]
[NativeThrows]
public static uint logBufferSize
{
[Token(Token = "0x6000001")]
[Address(RVA = "0x751470", Offset = "0x750270", VA = "0x180751470")]
set
{
}
}
// Token: 0x06000002 RID: 2 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000002")]
[Address(RVA = "0x751420", Offset = "0x750220", VA = "0x180751420")]
[NativeThrows]
public static void SetUserMetadata(string key, string value)
{
}
}
}