21 lines
770 B
C#
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()
|
|
{
|
|
}
|
|
}
|
|
}
|