NAnt SDK Documentation - v0.92 |
|
AssemblyNameFunctions.GetEscapedCodeBase Method
Gets the URI, including escape characters, that represents the codebase.
[Visual Basic]
<Function(Name:="get-escaped-codebase")>
Public Shared Function GetEscapedCodeBase( _
ByVal
assemblyName As
AssemblyName _
) As
String
[C#]
[Function(Name="get-escaped-codebase")]
public static
string GetEscapedCodeBase(
AssemblyName assemblyName);
Parameters
-
assemblyName
- The AssemblyName of the assembly.
Return Value
The URI, including escape characters, that represents the codebase.
See Also
AssemblyNameFunctions Class | NAnt.Core.Functions Namespace | GetName