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

AssemblyFunctions.GetLocation Method 

[This is preliminary documentation and subject to change.]

Gets the physical location, in codebase format, of the loaded file that contains the manifest.

[Visual Basic]
<Function(Name:="get-location")>
Public Shared Function GetLocation( _
   ByVal assembly As Assembly _
) As String
[C#]
[Function(Name="get-location")]
public static string GetLocation(
   Assembly assembly
);

Parameters

assembly
The assembly to get the location for.

Return Value

The location of the specified assembly.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.AssemblyFunctions.GetLocation(System.Reflection.Assembly)

See Also

AssemblyFunctions Class | NAnt.Core.Functions Namespace