ManagedExecutionConverter Class

Summary

Specialized System.ComponentModel.EnumConverter that also supports case-insensitive conversion of "true" to NAnt.Core.Types.ManagedExecution.Auto and "false" to NAnt.Core.Types.ManagedExecution.Default.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Base Types
  • EnumConverter
graph BT Type-->Base0["EnumConverter"] Type["ManagedExecutionConverter"] class Type type-node

Syntax

public class ManagedExecutionConverter : EnumConverter

Constructors

Name Summary
ManagedExecutionConverter() Initializes a new instance of the NAnt.Core.Types.ManagedExecutionConverter class.

Methods

Name Value Summary
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Object
Converts the given object to the type of this converter, using the specified context and culture information.