Gets the simple, unencrypted name of the assembly.
string assemblyname::get-name(assemblyName)
Parameters
Name | Type | Description |
---|---|---|
assemblyName | AssemblyName | The System.Reflection.AssemblyName of the assembly. |
Return Value
The simple, unencrypted name of the assembly.
Examples
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'))}" />
Requirements
- Assembly
- NAnt
.Core .dll - Namespace
-
NAnt
.Core .Functions
See Also
- NAnt.Core.Functions.AssemblyFunctions.GetName(System.Reflection.Assembly)