file::is-assembly

Checks if a given file is an assembly.

Usage

bool file::is-assembly(assemblyFile)

Parameters

Name Type Description
assemblyFile string The name or path of the file to be checked.

Return Value

True if the file is a valid assembly, false if it's not or if the assembly seems corrupted (invalid headers or metadata).

Exceptions

The function will fail in any of the following circumstances:

Requirements

Assembly: NAnt.Core (0.90.3780.0)