NAnt
![]() ![]() ![]() |
v0.91-alpha2 |
[This is preliminary documentation and subject to change.]
Gets the simple, unencrypted name of the assembly.
string assemblyname::get-name(assemblyName)
Name | Type | Description |
---|---|---|
assemblyName | AssemblyName | The AssemblyName of the assembly. |
Output the simple name of the nunit.framework
assembly to the build log.
<echo message="${assemblyname::get-name(assemblyname::get-assembly-name('nunit.framework.dll'))}" />