NAnt
![]() ![]() ![]() |
v0.91 |
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'))}" />