using System; using System.ComponentModel; using Cpp2IlInjected; namespace System.Diagnostics { /// Specifies a description for a property or event. // Token: 0x020000D2 RID: 210 [Token(Token = "0x20000D2")] [AttributeUsage(AttributeTargets.All)] public class MonitoringDescriptionAttribute : DescriptionAttribute { /// Initializes a new instance of the class, using the specified description. /// The application-defined description text. // Token: 0x06000504 RID: 1284 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6000504")] [Address(RVA = "0x2F41A60", Offset = "0x2F40A60", VA = "0x182F41A60")] public MonitoringDescriptionAttribute(string description) { } /// Gets description text associated with the item monitored. /// An application-defined description. // Token: 0x170000C5 RID: 197 // (get) Token: 0x06000505 RID: 1285 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x170000C5")] public override string Description { [Token(Token = "0x6000505")] [Address(RVA = "0x2F41AD0", Offset = "0x2F40AD0", VA = "0x182F41AD0", Slot = "7")] get { return null; } } } }