using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Runtime.CompilerServices { /// Persists an 8-byte constant for a field or parameter. // Token: 0x02000555 RID: 1365 [Token(Token = "0x2000555")] [ComVisible(true)] [AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter)] [Serializable] public sealed class DateTimeConstantAttribute : CustomConstantAttribute { /// Gets the number of 100-nanosecond ticks that represent the date and time of this instance. /// The number of 100-nanosecond ticks that represent the date and time of this instance. // 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; } }