using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Diagnostics { /// Instructs the debugger to step through the code instead of stepping into the code. This class cannot be inherited. // Token: 0x02000639 RID: 1593 [Token(Token = "0x2000639")] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method)] [ComVisible(true)] [Serializable] public sealed class DebuggerStepThroughAttribute : Attribute { /// Initializes a new instance of the class. // Token: 0x0600317A RID: 12666 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x600317A")] [Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")] public DebuggerStepThroughAttribute() { } } }