a
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Reflection
|
||||
{
|
||||
/// <summary>Defines a copyright custom attribute for an assembly manifest.</summary>
|
||||
// Token: 0x02000205 RID: 517
|
||||
[Token(Token = "0x2000205")]
|
||||
[AttributeUsage(AttributeTargets.Assembly)]
|
||||
[ComVisible(true)]
|
||||
public sealed class AssemblyCopyrightAttribute : Attribute
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.Reflection.AssemblyCopyrightAttribute" /> class.</summary>
|
||||
/// <param name="copyright">The copyright information.</param>
|
||||
// Token: 0x060013B8 RID: 5048 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60013B8")]
|
||||
[Address(RVA = "0x462000", Offset = "0x460E00", VA = "0x180462000")]
|
||||
public AssemblyCopyrightAttribute(string copyright)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000A08 RID: 2568
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4000A08")]
|
||||
private string m_copyright;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user