Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

22 lines
727 B
C#

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