Gets the AssemblyName for a given file.
An AssemblyName object representing the given file.
The assembly is not added to this domain.
Exception Type | Condition |
---|---|
ArgumentException | assemblyFile is an empty String. |
FileNotFoundException | assemblyFile does not exist. |
BadImageFormatException | assemblyFile is not a valid 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'))}" />
AssemblyNameFunctions Class | NAnt.Core.Functions Namespace