NAnt SDK Documentation - v0.92

DebugOutputConverter Class

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

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

System.Object
   System.ComponentModel.TypeConverter
      System.ComponentModel.EnumConverter
         NAnt.DotNet.Types.DebugOutputConverter

[Visual Basic]
Public Class DebugOutputConverter
    Inherits EnumConverter
[C#]
public class DebugOutputConverter : 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.DotNet.Types

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

See Also

DebugOutputConverter Members | NAnt.DotNet.Types Namespace