C# Class WMI.BcdElement.WMIValueTypeConverter

Inheritance: System.ComponentModel.TypeConverter
Datei anzeigen Open project: coderforlife/c4l-utils

Public Methods

Method Description
CanConvertFrom ( System context, System srcType ) : bool
CanConvertTo ( System context, System destinationType ) : bool
ConvertFrom ( System context, System culture, object value ) : object
ConvertTo ( System context, System culture, object value, System destinationType ) : object
CreateInstance ( System context, System dictionary ) : object
GetCreateInstanceSupported ( System context ) : bool
GetProperties ( System context, object value, System attributeVar ) : PropertyDescriptorCollection
GetPropertiesSupported ( System context ) : bool
GetStandardValues ( System context ) : System.ComponentModel.TypeConverter.StandardValuesCollection
GetStandardValuesExclusive ( System context ) : bool
GetStandardValuesSupported ( System context ) : bool
WMIValueTypeConverter ( System inBaseType ) : System

Method Details

CanConvertFrom() public method

public CanConvertFrom ( System context, System srcType ) : bool
context System
srcType System
return bool

CanConvertTo() public method

public CanConvertTo ( System context, System destinationType ) : bool
context System
destinationType System
return bool

ConvertFrom() public method

public ConvertFrom ( System context, System culture, object value ) : object
context System
culture System
value object
return object

ConvertTo() public method

public ConvertTo ( System context, System culture, object value, System destinationType ) : object
context System
culture System
value object
destinationType System
return object

CreateInstance() public method

public CreateInstance ( System context, System dictionary ) : object
context System
dictionary System
return object

GetCreateInstanceSupported() public method

public GetCreateInstanceSupported ( System context ) : bool
context System
return bool

GetProperties() public method

public GetProperties ( System context, object value, System attributeVar ) : PropertyDescriptorCollection
context System
value object
attributeVar System
return System.ComponentModel.PropertyDescriptorCollection

GetPropertiesSupported() public method

public GetPropertiesSupported ( System context ) : bool
context System
return bool

GetStandardValues() public method

public GetStandardValues ( System context ) : System.ComponentModel.TypeConverter.StandardValuesCollection
context System
return System.ComponentModel.TypeConverter.StandardValuesCollection

GetStandardValuesExclusive() public method

public GetStandardValuesExclusive ( System context ) : bool
context System
return bool

GetStandardValuesSupported() public method

public GetStandardValuesSupported ( System context ) : bool
context System
return bool

WMIValueTypeConverter() public method

public WMIValueTypeConverter ( System inBaseType ) : System
inBaseType System
return System