This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
using System;
using Cpp2IlInjected;
namespace System
{
// Token: 0x02000089 RID: 137
[Token(Token = "0x2000089")]
internal static class AppContextSwitches
{
// Token: 0x040001D7 RID: 471
[Token(Token = "0x40001D7")]
public static readonly bool ThrowExceptionIfDisposedCancellationTokenSource;
// Token: 0x040001D8 RID: 472
[Token(Token = "0x40001D8")]
public static readonly bool NoAsyncCurrentCulture;
// Token: 0x040001D9 RID: 473
[Token(Token = "0x40001D9")]
public static readonly bool PreserveEventListnerObjectIdentity;
}
}