Files
Aug2021-Cpp2IL-Dump/mscorlib/System/AppContextSwitches.cs
T
2026-04-10 22:50:51 +02:00

23 lines
559 B
C#

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