Represents the data derived from an Assembly's attribute data.
| C# |
public class AssemblyInfo
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| AssemblyInfo(Assembly) |
ctor
| |
| CompanyName |
The company name defined by the assembly.
| |
| Configuration |
Assembly configuration.
| |
| Copyright |
Copyright defined by the assembly.
| |
| Culture |
Assembly culture.
| |
| Description |
Assembly description.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Location |
Location of assembly.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name | ||
| Product |
Product defined by assembly.
| |
| References |
Array of AssemblyName representing references to current assembly instance.
| |
| Title |
Assembly Title.
| |
| ToString()()() | (Inherited from Object.) | |
| Trademark |
Assembly trademark.
| |
| Version |
Assembly version.
|
| Object | |
| AssemblyInfo | |