a
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Timers
|
||||
{
|
||||
/// <summary>Sets the description that visual designers can display when referencing an event, extender, or property.</summary>
|
||||
// Token: 0x0200009B RID: 155
|
||||
[Token(Token = "0x200009B")]
|
||||
[AttributeUsage(AttributeTargets.All)]
|
||||
public class TimersDescriptionAttribute : DescriptionAttribute
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Timers.TimersDescriptionAttribute" /> class.</summary>
|
||||
/// <param name="description">The description to use.</param>
|
||||
// Token: 0x06000306 RID: 774 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000306")]
|
||||
[Address(RVA = "0x599960", Offset = "0x598760", VA = "0x180599960")]
|
||||
public TimersDescriptionAttribute(string description)
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>Gets the description that visual designers can display when referencing an event, extender, or property.</summary>
|
||||
/// <returns>The description for the event, extender, or property.</returns>
|
||||
// Token: 0x1700007A RID: 122
|
||||
// (get) Token: 0x06000307 RID: 775 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x1700007A")]
|
||||
public override string Description
|
||||
{
|
||||
[Token(Token = "0x6000307")]
|
||||
[Address(RVA = "0x5999D0", Offset = "0x5987D0", VA = "0x1805999D0", Slot = "7")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0400025F RID: 607
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400025F")]
|
||||
private bool replaced;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user