a
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Reflection
|
||||
{
|
||||
/// <summary>Defines a product name custom attribute for an assembly manifest.</summary>
|
||||
// Token: 0x02000207 RID: 519
|
||||
[Token(Token = "0x2000207")]
|
||||
[ComVisible(true)]
|
||||
[AttributeUsage(AttributeTargets.Assembly)]
|
||||
public sealed class AssemblyProductAttribute : Attribute
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Reflection.AssemblyProductAttribute" /> class.</summary>
|
||||
/// <param name="product">The product name information.</param>
|
||||
// Token: 0x060013BA RID: 5050 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60013BA")]
|
||||
[Address(RVA = "0x462000", Offset = "0x460E00", VA = "0x180462000")]
|
||||
public AssemblyProductAttribute(string product)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000A0A RID: 2570
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4000A0A")]
|
||||
private string m_product;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user