AssemblyFunctions.

GetFullName(Assembly) Method

Summary

Gets the full name of the assembly, also known as the display name.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions
Containing Type
AssemblyFunctions

Syntax

[Function("get-full-name")]
public static string GetFullName(Assembly assembly)

Attributes

Type Description
FunctionAttribute Indicates that the method should be exposed as a function in NAnt build files.

Parameters

Name Type Description
assembly Assembly The assembly to get the full name for.

Return Value

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