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: 0x02000573 RID: 1395
|
|
[Token(Token = "0x2000573")]
|
|
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter)]
|
|
[ComVisible(true)]
|
|
[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: 0x170006C0 RID: 1728
|
|
// (get) Token: 0x06002C79 RID: 11385 RVA: 0x00002082 File Offset: 0x00000282
|
|
[Token(Token = "0x170006C0")]
|
|
public override object Value
|
|
{
|
|
[Token(Token = "0x6002C79")]
|
|
[Address(RVA = "0x2CED6B0", Offset = "0x2CEC6B0", VA = "0x182CED6B0", Slot = "7")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0400195B RID: 6491
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x400195B")]
|
|
private DateTime date;
|
|
}
|
|
}
|