assemblyname::get-escaped-codebase

Gets the URI, including escape characters, that represents the codebase.
string assemblyname::get-escaped-codebase(assemblyName)

Parameters

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

Return Value

The URI, including escape characters, that represents the codebase.

Requirements

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

See Also

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