Files
2026-04-10 22:50:51 +02:00

24 lines
850 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Diagnostics
{
/// <summary>Specifies the <see cref="T:System.Diagnostics.DebuggerHiddenAttribute" />. This class cannot be inherited.</summary>
// Token: 0x02000619 RID: 1561
[Token(Token = "0x2000619")]
[ComVisible(true)]
[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property)]
[Serializable]
public sealed class DebuggerHiddenAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerHiddenAttribute" /> class.</summary>
// Token: 0x06002F63 RID: 12131 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002F63")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public DebuggerHiddenAttribute()
{
}
}
}