NAnt SDK Documentation - v0.92

ManagedExecutionConverter Class

Specialized EnumConverter that also supports case-insensitive conversion of "true" to Auto and "false" to Default.

For a list of all members of this type, see ManagedExecutionConverter Members.

System.Object
   System.ComponentModel.TypeConverter
      System.ComponentModel.EnumConverter
         NAnt.Core.Types.ManagedExecutionConverter

[Visual Basic]
Public Class ManagedExecutionConverter
    Inherits EnumConverter
[C#]
public class ManagedExecutionConverter : EnumConverter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Types

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

ManagedExecutionConverter Members | NAnt.Core.Types Namespace