Share via


FileSystemObjectTypeConverter Class

Definition

Provides conversions to/from a FileSystemObject.

public ref class FileSystemObjectTypeConverter sealed : System::ComponentModel::TypeConverter
public sealed class FileSystemObjectTypeConverter : System.ComponentModel.TypeConverter
type FileSystemObjectTypeConverter = class
    inherit TypeConverter
Public NotInheritable Class FileSystemObjectTypeConverter
Inherits TypeConverter
Inheritance
FileSystemObjectTypeConverter

Constructors

FileSystemObjectTypeConverter()

Methods

CanConvertFrom(ITypeDescriptorContext, Type)

Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the given object to the type of this converter, using the specified context and culture information.

Applies to