This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
using System.IO;
using Cpp2IlInjected;
namespace System.ComponentModel.Design
{
/// <summary>Provides support for design-time license context serialization.</summary>
// Token: 0x020001BF RID: 447
[Token(Token = "0x20001BF")]
public class DesigntimeLicenseContextSerializer
{
// Token: 0x06000C27 RID: 3111 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000C27")]
[Address(RVA = "0x4E8E50", Offset = "0x4E7C50", VA = "0x1804E8E50")]
internal static void Deserialize(Stream o, string cryptoKey, RuntimeLicenseContext context)
{
}
}
}