assemblyname::get-codebase

Gets the location of the assembly as a URL.
string assemblyname::get-codebase(assemblyName)

Parameters

Name Type Description
assemblyName AssemblyName The System.Reflection.AssemblyName of the assembly.

Return Value

The location of the assembly as a URL.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions

See Also

  • NAnt.Core.Functions.AssemblyFunctions.GetName(System.Reflection.Assembly)