C# Class WMI.BcdElement.WMIValueTypeConverter

Inheritance: System.ComponentModel.TypeConverter
Afficher le fichier Open project: coderforlife/c4l-utils

Méthodes publiques

Méthode 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 méthode

public CanConvertFrom ( System context, System srcType ) : bool
context System
srcType System
Résultat bool

CanConvertTo() public méthode

public CanConvertTo ( System context, System destinationType ) : bool
context System
destinationType System
Résultat bool

ConvertFrom() public méthode

public ConvertFrom ( System context, System culture, object value ) : object
context System
culture System
value object
Résultat object

ConvertTo() public méthode

public ConvertTo ( System context, System culture, object value, System destinationType ) : object
context System
culture System
value object
destinationType System
Résultat object

CreateInstance() public méthode

public CreateInstance ( System context, System dictionary ) : object
context System
dictionary System
Résultat object

GetCreateInstanceSupported() public méthode

public GetCreateInstanceSupported ( System context ) : bool
context System
Résultat bool

GetProperties() public méthode

public GetProperties ( System context, object value, System attributeVar ) : PropertyDescriptorCollection
context System
value object
attributeVar System
Résultat System.ComponentModel.PropertyDescriptorCollection

GetPropertiesSupported() public méthode

public GetPropertiesSupported ( System context ) : bool
context System
Résultat bool

GetStandardValues() public méthode

public GetStandardValues ( System context ) : System.ComponentModel.TypeConverter.StandardValuesCollection
context System
Résultat System.ComponentModel.TypeConverter.StandardValuesCollection

GetStandardValuesExclusive() public méthode

public GetStandardValuesExclusive ( System context ) : bool
context System
Résultat bool

GetStandardValuesSupported() public méthode

public GetStandardValuesSupported ( System context ) : bool
context System
Résultat bool

WMIValueTypeConverter() public méthode

public WMIValueTypeConverter ( System inBaseType ) : System
inBaseType System
Résultat System