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
+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;
}
}