RegAsmTask.

AssemblyFile Property

Summary

The name of the file to register. This is provided as an alternate to using the task's NAnt.Win32.Tasks.RegAsmTask.Assemblies.
Assembly
NAnt.Win32.dll
Namespace
NAnt.Win32.Tasks
Containing Type
RegAsmTask

Syntax

[TaskAttribute("assembly")]
public FileInfo AssemblyFile { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
FileInfo