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
+32
View File
@@ -0,0 +1,32 @@
using System;
using Cpp2IlInjected;
namespace System
{
// Token: 0x02000176 RID: 374
[Token(Token = "0x2000176")]
internal sealed class DelegateData
{
// Token: 0x06000F49 RID: 3913 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000F49")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public DelegateData()
{
}
// Token: 0x0400061A RID: 1562
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x400061A")]
public Type target_type;
// Token: 0x0400061B RID: 1563
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x400061B")]
public string method_name;
// Token: 0x0400061C RID: 1564
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x400061C")]
public bool curried_first_arg;
}
}