Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/CompatibilitySwitches.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

19 lines
423 B
C#

using System;
using Cpp2IlInjected;
namespace System
{
// Token: 0x02000166 RID: 358
[Token(Token = "0x2000166")]
internal static class CompatibilitySwitches
{
// Token: 0x040005B7 RID: 1463
[Token(Token = "0x40005B7")]
public static readonly bool IsAppEarlierThanSilverlight4;
// Token: 0x040005B8 RID: 1464
[Token(Token = "0x40005B8")]
public static readonly bool IsAppEarlierThanWindowsPhone8;
}
}