19 lines
423 B
C#
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;
|
|
}
|
|
}
|