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,20 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Reflection
{
/// <summary>Attaches a modifier to parameters so that binding can work with parameter signatures in which the types have been modified.</summary>
// Token: 0x02000235 RID: 565
[Token(Token = "0x2000235")]
[ComVisible(true)]
[DefaultMember("Item")]
[Serializable]
public struct ParameterModifier
{
// Token: 0x04000AD8 RID: 2776
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000AD8")]
private bool[] _byRef;
}
}