[This is preliminary documentation and subject to change.]
Gets the full name of the assembly, also known as the display name.
The full name of the assembly, also known as the display name.
Missing <remarks> documentation for M:NAnt.Core.Functions.AssemblyNameFunctions.GetFullName(System.Reflection.AssemblyName)
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'))}" />
AssemblyNameFunctions Class | NAnt.Core.Functions Namespace | GetName