using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Reflection
{
/// Defines a product name custom attribute for an assembly manifest.
// Token: 0x0200020E RID: 526
[Token(Token = "0x200020E")]
[ComVisible(true)]
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyProductAttribute : Attribute
{
/// Initializes a new instance of the class.
/// The product name information.
// Token: 0x060013F8 RID: 5112 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60013F8")]
[Address(RVA = "0x681CA0", Offset = "0x680CA0", VA = "0x180681CA0")]
public AssemblyProductAttribute(string product)
{
}
// Token: 0x04000A14 RID: 2580
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000A14")]
private string m_product;
}
}