using System; using Cpp2IlInjected; namespace System.Runtime.InteropServices { /// Indicates that the attributed type was previously defined in COM. // Token: 0x0200058E RID: 1422 [Token(Token = "0x200058E")] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)] [ComVisible(true)] public sealed class ComImportAttribute : Attribute { /// Initializes a new instance of the . // Token: 0x06002CAF RID: 11439 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002CAF")] [Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")] public ComImportAttribute() { } } }