using System; using Cpp2IlInjected; namespace System.Runtime.InteropServices { /// Specifies the COM dispatch identifier (DISPID) of a method, field, or property. // Token: 0x02000585 RID: 1413 [Token(Token = "0x2000585")] [AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event)] [ComVisible(true)] public sealed class DispIdAttribute : Attribute { /// Initializes a new instance of the class with the specified DISPID. /// The DISPID for the member. // Token: 0x06002CAA RID: 11434 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002CAA")] [Address(RVA = "0x41F8E0", Offset = "0x41E8E0", VA = "0x18041F8E0")] public DispIdAttribute(int dispId) { } // Token: 0x04001970 RID: 6512 [FieldOffset(Offset = "0x10")] [Token(Token = "0x4001970")] internal int _val; } }