ExecTask.

Managed Property

Summary

Specifies whether the external program is a managed application which should be executed using a runtime engine, if configured. The default is false.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
ExecTask

Syntax

[TaskAttribute("managed")]
public override ManagedExecution Managed { get; set; }

Attributes

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

Value

Type Description
ManagedExecution true if the external program should be executed using a runtime engine; otherwise, false.