GacInstallTask.

Force Property

Summary

If true, the specified assemblies will be forcibly installed. Any existing duplicate assemblies in the GAC will be overwritten. The default is false.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
GacInstallTask

Syntax

[TaskAttribute("force", Required = false)]
[BooleanValidator]
public override bool Force { get; set; }

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool