Nucleus .Net Core CMS

AssemblyExtensions Class

Namespace: Nucleus.Extensions
Assembly: Nucleus.Extensions.dll
The AssemblyExtensions class extends the System.Assembly class and provides easy access to assembly attributes.

Methods

Product (Assembly) Method

string Product (Assembly assembly)
Gets the assembly product name.
Parameters
Name Type
assembly System.Reflection.Assembly

The Assembly to read data from.

Title (Assembly) Method

Title (Assembly assembly)
Gets the assembly title.
Parameters
Name Type
assembly System.Reflection.Assembly

The Assembly to read data from.

Company (Assembly) Method

Company (Assembly assembly)
Gets the assembly company.
Parameters
Name Type
assembly System.Reflection.Assembly

The Assembly to read data from.

Version (Assembly) Method

Version (Assembly assembly)
Gets the assembly version.
Parameters
Name Type
assembly System.Reflection.Assembly

The Assembly to read data from.

Copyright (Assembly) Method

Copyright (Assembly assembly)
Gets the assembly copyright.
Parameters
Name Type
assembly System.Reflection.Assembly

The Assembly to read data from.