Specifies whether the external program should be treated as a managed application, possibly forcing it to be executed under the currently targeted version of the CLR.
A ManagedExecution indicating how the program should be treated.
If Managed is set to Default, which is the default value, and UseRuntimeEngine is true then Auto is returned.
When the changing Managed to Default, then UseRuntimeEngine is set to false; otherwise, it is changed to true.
ExternalProgramBase Class | NAnt.Core.Tasks Namespace