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