Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

22 lines
790 B
C#

using System;
using Cpp2IlInjected;
namespace System.Runtime.InteropServices
{
/// <summary>Indicates that the HRESULT or <see langword="retval" /> signature transformation that takes place during COM interop calls should be suppressed.</summary>
// Token: 0x02000590 RID: 1424
[Token(Token = "0x2000590")]
[AttributeUsage(AttributeTargets.Method)]
[ComVisible(true)]
public sealed class PreserveSigAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.PreserveSigAttribute" /> class.</summary>
// Token: 0x06002CB2 RID: 11442 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002CB2")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public PreserveSigAttribute()
{
}
}
}