assemblyname::get-assembly-name

Gets the AssemblyName for a given file.

Usage

AssemblyName assemblyname::get-assembly-name(assemblyFile)

Parameters

Name Type Description
assemblyFile string The assembly file for which to get the AssemblyName.

Return Value

An AssemblyName object representing the given file.

Exceptions

The function will fail in any of the following circumstances:

Remarks

The assembly is not added to this domain.

Examples

Requirements

Assembly: NAnt.Core (0.91.4312.0)