using System;
using Cpp2IlInjected;
namespace System.Runtime.InteropServices
{
/// Specifies a default interface to expose to COM. This class cannot be inherited.
// Token: 0x02000588 RID: 1416
[Token(Token = "0x2000588")]
[ComVisible(true)]
[AttributeUsage(AttributeTargets.Class)]
public sealed class ComDefaultInterfaceAttribute : Attribute
{
/// Initializes a new instance of the class with the specified object as the default interface exposed to COM.
/// A value indicating the default interface to expose to COM.
// Token: 0x06002CAC RID: 11436 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002CAC")]
[Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")]
public ComDefaultInterfaceAttribute(Type defaultInterface)
{
}
// Token: 0x04001977 RID: 6519
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4001977")]
internal Type _val;
}
}