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

AssemblyNameFunctions.GetCodeBase Method 

[This is preliminary documentation and subject to change.]

Gets the location of the assembly as a URL.

[Visual Basic]
<Function(Name:="get-codebase")>
Public Shared Function GetCodeBase( _
   ByVal assemblyName As AssemblyName _
) As String
[C#]
[Function(Name="get-codebase")]
public static string GetCodeBase(
   AssemblyName assemblyName
);

Parameters

assemblyName
The AssemblyName of the assembly.

Return Value

The location of the assembly as a URL.

Remarks

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

See Also

AssemblyNameFunctions Class | NAnt.Core.Functions Namespace | GetName