assembly::get-full-name

[This is preliminary documentation and subject to change.]

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

Usage

assembly::get-full-name(assemblyFile)

Parameters

Name Type Description
assemblyFile string The file name of the assembly to get the full name for.

Return Value

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

Exceptions

The function will fail in any of the following circumstances:

Requirements

Assembly: NAnt.Core (0.85.1698.0)