System
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
4.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.ComponentModel.TypeConverter
This class adds support for properties on an object to the methods and properties provided by . To make a type of property expandable in the , specify this for standard implementations of and . Mark child properties with the to ensure correct behavior in a control.
You should never access a type converter directly. Instead, call the appropriate converter by using . For more information, see the examples in the base class.
For more information about type converters, see the base class and How to: Implement a Type Converter.
Provides a type converter to convert expandable objects to and from various other representations.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.PropertyDescriptorCollection
The parameter can be used to extract additional information about the environment this converter is being invoked from. This can be null, so always check. Also, properties on the context object can return null.
The array will be used to filter the array. The can have a mix of and objects. Filtering is defined by the following rules:
-
A object will be treated as a wildcard; it will match any property that has the in its set of attributes.
-
If a property does not have an of the same class, the property will not be included in the returned array.
-
If the attribute is an instance of , the property must be an exact match or it will not be included in the returned array.
-
If a instance is specified and it is the default property, it will be included in the returned array even if there is no instance of the in the property.
Gets a collection of properties for the type of object specified by the value parameter.
A with the properties that are exposed for the component, or null if there are no properties.
An that provides a format context.
An that specifies the type of object to get the properties for.
An array of type that will be used as a filter.
Method
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
The parameter can be used to extract additional information about the environment this converter is being invoked from. This can be null, so always check. Also, properties on the context object can return null.
Gets a value indicating whether this object supports properties using the specified context.
true because should be called to find the properties of this object. This method never returns false.
An that provides a format context.