GacUninstallTask.

Force Property

Summary

If true, the specified assemblies will be forcibly removed from the GAC. All references to the specified assemblies will be removed from the GAC prior to removing the assemblies themselves. The default is false.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks
Containing Type
GacUninstallTask

Syntax

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

Remarks

You cannot use this option to remove an assembly that was installed using Microsoft Windows Installer.

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool