Files
Aug2021-Cpp2IL-Dump/mscorlib/System/Runtime/CompilerServices/SuppressIldasmAttribute.cs
T
2026-04-10 22:50:51 +02:00

21 lines
770 B
C#

using System;
using Cpp2IlInjected;
namespace System.Runtime.CompilerServices
{
/// <summary>Prevents the Ildasm.exe (IL Disassembler) from disassembling an assembly. This class cannot be inherited.</summary>
// Token: 0x0200055C RID: 1372
[Token(Token = "0x200055C")]
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module)]
public sealed class SuppressIldasmAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.SuppressIldasmAttribute" /> class.</summary>
// Token: 0x06002A76 RID: 10870 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002A76")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public SuppressIldasmAttribute()
{
}
}
}