This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,31 @@
using System;
using Cpp2IlInjected;
namespace System.Runtime.Versioning
{
// Token: 0x02000452 RID: 1106
[Token(Token = "0x2000452")]
internal static class BinaryCompatibility
{
// Token: 0x1700057C RID: 1404
// (get) Token: 0x0600266A RID: 9834 RVA: 0x00017A60 File Offset: 0x00015C60
[Token(Token = "0x1700057C")]
public static bool TargetsAtLeast_Desktop_V4_5_2
{
[Token(Token = "0x600266A")]
[Address(RVA = "0x4246A0", Offset = "0x4236A0", VA = "0x1804246A0")]
get
{
return default(bool);
}
}
// Token: 0x0400154F RID: 5455
[Token(Token = "0x400154F")]
public static readonly bool TargetsAtLeast_Desktop_V4_5;
// Token: 0x04001550 RID: 5456
[Token(Token = "0x4001550")]
public static readonly bool TargetsAtLeast_Desktop_V4_5_1;
}
}