assemblyname::get-full-name

Gets the full name of the assembly, also known as the display name.
string assemblyname::get-full-name(assemblyName)

Parameters

Name Type Description
assemblyName AssemblyName The System.Reflection.AssemblyName of the assembly.

Return Value

The full name of the assembly, also known as the display name.

Examples

Output the full name of the nunit.framework assembly to the build log.

<echo message="${assemblyname::get-full-name(assemblyname::get-assembly-name('nunit.framework.dll'))}" />

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions

See Also

  • NAnt.Core.Functions.AssemblyFunctions.GetName(System.Reflection.Assembly)