oh dear
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Diagnostics
|
||||
{
|
||||
/// <summary>Specifies a description for a property or event.</summary>
|
||||
// Token: 0x020000D6 RID: 214
|
||||
[Token(Token = "0x20000D6")]
|
||||
[AttributeUsage(AttributeTargets.All)]
|
||||
public class MonitoringDescriptionAttribute : DescriptionAttribute
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.MonitoringDescriptionAttribute" /> class, using the specified description.</summary>
|
||||
/// <param name="description">The application-defined description text.</param>
|
||||
// Token: 0x0600051A RID: 1306 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600051A")]
|
||||
[Address(RVA = "0x28A6FA0", Offset = "0x28A5DA0", VA = "0x1828A6FA0")]
|
||||
public MonitoringDescriptionAttribute(string description)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets description text associated with the item monitored.</summary>
|
||||
/// <returns>An application-defined description.</returns>
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user