using System; using System.ComponentModel; using Cpp2IlInjected; namespace System.Diagnostics { /// Specifies a description for a property or event. // Token: 0x020000D6 RID: 214 [Token(Token = "0x20000D6")] [AttributeUsage(AttributeTargets.All)] public class MonitoringDescriptionAttribute : DescriptionAttribute { /// Initializes a new instance of the class, using the specified description. /// The application-defined description text. // Token: 0x0600051A RID: 1306 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x600051A")] [Address(RVA = "0x28A6FA0", Offset = "0x28A5DA0", VA = "0x1828A6FA0")] public MonitoringDescriptionAttribute(string description) { } /// Gets description text associated with the item monitored. /// An application-defined description. // Token: 0x170000C9 RID: 201 // (get) Token: 0x0600051B RID: 1307 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170000C9")] public override string Description { [Token(Token = "0x600051B")] [Address(RVA = "0x28A7010", Offset = "0x28A5E10", VA = "0x1828A7010", Slot = "7")] get { return null; } } } }