Table of Contents

Class AssemblyCopyrightAttribute

Namespace
System.Reflection
Assembly
mscorlib.dll

Defines a copyright custom attribute for an assembly manifest.

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class AssemblyCopyrightAttribute : Attribute
Inheritance
AssemblyCopyrightAttribute
Inherited Members
Extension Methods

Constructors

AssemblyCopyrightAttribute(string)

Initializes a new instance of the AssemblyCopyrightAttribute class.

public AssemblyCopyrightAttribute(string copyright)

Parameters

copyright string

The copyright information.

Properties

Gets copyright information.

public string Copyright { get; }

Property Value

string

A string containing the copyright information.