NAnt SDK Documentation - v0.85-nightly-2005-11-09

AssemblyNameFunctions.GetEscapedCodeBase Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.AssemblyNameFunctions.GetEscapedCodeBase(System.Reflection.AssemblyName)

See Also

AssemblyNameFunctions Class | NAnt.Core.Functions Namespace | GetName