36 lines
1.2 KiB
C#
36 lines
1.2 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Persists an 8-byte <see cref="T:System.DateTime" /> constant for a field or parameter.</summary>
|
|
// Token: 0x02000555 RID: 1365
|
|
[Token(Token = "0x2000555")]
|
|
[ComVisible(true)]
|
|
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter)]
|
|
[Serializable]
|
|
public sealed class DateTimeConstantAttribute : CustomConstantAttribute
|
|
{
|
|
/// <summary>Gets the number of 100-nanosecond ticks that represent the date and time of this instance.</summary>
|
|
/// <returns>The number of 100-nanosecond ticks that represent the date and time of this instance.</returns>
|
|
// Token: 0x17000648 RID: 1608
|
|
// (get) Token: 0x06002A6A RID: 10858 RVA: 0x00002082 File Offset: 0x00000282
|
|
[Token(Token = "0x17000648")]
|
|
public override object Value
|
|
{
|
|
[Token(Token = "0x6002A6A")]
|
|
[Address(RVA = "0x294C1C0", Offset = "0x294AFC0", VA = "0x18294C1C0", Slot = "7")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04001898 RID: 6296
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x4001898")]
|
|
private DateTime date;
|
|
}
|
|
}
|