28 lines
976 B
C#
28 lines
976 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.InteropServices
|
|
{
|
|
/// <summary>Specifies the COM dispatch identifier (DISPID) of a method, field, or property.</summary>
|
|
// Token: 0x02000585 RID: 1413
|
|
[Token(Token = "0x2000585")]
|
|
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event)]
|
|
[ComVisible(true)]
|
|
public sealed class DispIdAttribute : Attribute
|
|
{
|
|
/// <summary>Initializes a new instance of the <see langword="DispIdAttribute" /> class with the specified DISPID.</summary>
|
|
/// <param name="dispId">The DISPID for the member.</param>
|
|
// 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;
|
|
}
|
|
}
|