NAnt SDK Documentation - v0.85-nightly-2005-11-09

ExternalProgramBase.UseRuntimeEngine Property

[This is preliminary documentation and subject to change.]

Specifies whether the external program should be executed using a runtime engine, if configured. The default is false.

[Visual Basic]
<FrameworkConfigurable(Name:="useruntimeengine", Required:=False, ExpandProperties:=True)>
Overridable Public Property UseRuntimeEngine As Boolean
[C#]
[FrameworkConfigurable(Name="useruntimeengine", Required=False, ExpandProperties=True)]
public virtual bool UseRuntimeEngine {get; set;}

Property Value

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.ExternalProgramBase.UseRuntimeEngine

See Also

ExternalProgramBase Class | NAnt.Core.Tasks Namespace