NAnt SDK Documentation - v0.92

AssemblyFunctions.GetFullName Method 

Gets the full name of the assembly, also known as the display name.

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

Parameters

assembly
The assembly to get the full name for.

Return Value

The full name of the assembly, also known as the display name.

See Also

AssemblyFunctions Class | NAnt.Core.Functions Namespace