| NAnt  Help  Function Reference  assemblyname::get-full-name | v0.92-rc1 | 
[This is preliminary documentation and subject to change.]
Gets the full name of the assembly, also known as the display name.
string assemblyname::get-full-name(assemblyName)
            
    
    | Name | Type | Description | 
|---|---|---|
| assemblyName | AssemblyName | The AssemblyName of the assembly. | 
 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'))}" />