This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,49 @@
using System;
using System.Diagnostics;
using Cpp2IlInjected;
using UnityEngine.Scripting;
namespace UnityEngine
{
// Token: 0x02000114 RID: 276
[Token(Token = "0x2000114")]
public static class StackTraceUtility
{
// Token: 0x06000AC6 RID: 2758 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000AC6")]
[Address(RVA = "0x2CCF630", Offset = "0x2CCE430", VA = "0x182CCF630")]
[RequiredByNativeCode]
internal static void SetProjectFolder(string folder)
{
}
// Token: 0x06000AC7 RID: 2759 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x6000AC7")]
[Address(RVA = "0x2CCF170", Offset = "0x2CCDF70", VA = "0x182CCF170")]
[RequiredByNativeCode]
public static string ExtractStackTrace()
{
return null;
}
// Token: 0x06000AC8 RID: 2760 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000AC8")]
[Address(RVA = "0x2CCF2D0", Offset = "0x2CCE0D0", VA = "0x182CCF2D0")]
[RequiredByNativeCode]
internal static void ExtractStringFromExceptionInternal(object exceptiono, out string message, out string stackTrace)
{
}
// Token: 0x06000AC9 RID: 2761 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x6000AC9")]
[Address(RVA = "0x2CCEB20", Offset = "0x2CCD920", VA = "0x182CCEB20")]
internal static string ExtractFormattedStackTrace(StackTrace stackTrace)
{
return null;
}
// Token: 0x04000465 RID: 1125
[Token(Token = "0x4000465")]
private static string projectFolder;
}
}