Summary
Gets the URI, including escape characters, that represents the codebase.
Syntax
[Function("get-escaped-codebase")]
public static string GetEscapedCodeBase(AssemblyName assemblyName)
Attributes
Type |
Description |
FunctionAttribute |
Indicates that the method should be exposed as a function in NAnt build
files.
|
Parameters
Name |
Type |
Description |
assemblyName |
AssemblyName |
The System.Reflection.AssemblyName of the assembly. |
Return Value
Type |
Description |
string |
The URI, including escape characters, that represents the codebase.
|
See Also
- NAnt.Core.Functions.AssemblyFunctions.GetName(System.Reflection.Assembly)