m
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: 0x020000D2 RID: 210
|
||||
[Token(Token = "0x20000D2")]
|
||||
[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: 0x06000504 RID: 1284 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000504")]
|
||||
[Address(RVA = "0x2F41A60", Offset = "0x2F40A60", VA = "0x182F41A60")]
|
||||
public MonitoringDescriptionAttribute(string description)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets description text associated with the item monitored.</summary>
|
||||
/// <returns>An application-defined description.</returns>
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user