This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
using System;
using Cpp2IlInjected;
namespace System.Xml
{
// Token: 0x0200000C RID: 12
[Token(Token = "0x200000C")]
internal static class BinaryCompatibility
{
// Token: 0x17000021 RID: 33
// (get) Token: 0x0600003C RID: 60 RVA: 0x00002310 File Offset: 0x00000510
[Token(Token = "0x17000021")]
internal static bool TargetsAtLeast_Desktop_V4_5_2
{
[Token(Token = "0x600003C")]
[Address(RVA = "0x4AA710", Offset = "0x4A9510", VA = "0x1804AA710")]
get
{
return default(bool);
}
}
// Token: 0x0600003D RID: 61 RVA: 0x00002328 File Offset: 0x00000528
[Token(Token = "0x600003D")]
[Address(RVA = "0x4AA520", Offset = "0x4A9320", VA = "0x1804AA520")]
private static bool RunningOnCheck(string propertyName)
{
return default(bool);
}
// Token: 0x04000022 RID: 34
[Token(Token = "0x4000022")]
private static bool _targetsAtLeast_Desktop_V4_5_2;
}
}