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

AssemblyFunctions.GetName Method 

[This is preliminary documentation and subject to change.]

Gets an AssemblyName for the specified assembly.

[Visual Basic]
<Function(Name:="get-name")>
Public Shared Function GetName( _
   ByVal assembly As Assembly _
) As AssemblyName
[C#]
[Function(Name="get-name")]
public static AssemblyName GetName(
   Assembly assembly
);

Parameters

assembly
The assembly to get an AssemblyName for.

Return Value

An AssemblyName for the specified assembly.

Remarks

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

See Also

AssemblyFunctions Class | NAnt.Core.Functions Namespace | AssemblyNameFunctions