Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System
Totale classi: 1364, di cui
- 414 nuove
- 585 modificate
- 0 rimosse
Pagina 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 ...
![]() | System.ComponentModel.EnumConverter = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | CanConvertFrom (ITypeDescriptorContext context, Type sourceType) |
![]() | = | CanConvertTo (ITypeDescriptorContext context, Type destinationType) |
![]() | = | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, Object value) |
![]() | = | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) |
![]() | = | GetStandardValues (ITypeDescriptorContext context) |
![]() | = | GetStandardValuesExclusive (ITypeDescriptorContext context) |
![]() | = | GetStandardValuesSupported (ITypeDescriptorContext context) |
![]() | = | IsValid (ITypeDescriptorContext context, Object value) |
![]() | System.ComponentModel.EventDescriptor = | |
---|---|---|
![]() | = | AddEventHandler (Object component, Delegate value) |
![]() | = | RemoveEventHandler (Object component, Delegate value) |
![]() | = | ComponentType |
![]() | = | EventType |
![]() | = | IsMulticast |
![]() | System.ComponentModel.EventDescriptorCollection = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | Empty |
![]() | = | Empty |
![]() | = | Add (EventDescriptor value) |
![]() | = | Add (EventDescriptor value) |
![]() | = | Clear () |
![]() | = | Clear () |
![]() | = | Contains (EventDescriptor value) |
![]() | = | Contains (EventDescriptor value) |
![]() | = | Find (String name, Boolean ignoreCase) |
![]() | = | Find (String name, Boolean ignoreCase) |
![]() | = | GetEnumerator () |
![]() | = | GetEnumerator () |
![]() | = | IndexOf (EventDescriptor value) |
![]() | = | IndexOf (EventDescriptor value) |
![]() | = | Insert (Int32 index, EventDescriptor value) |
![]() | = | Insert (Int32 index, EventDescriptor value) |
![]() | = | Remove (EventDescriptor value) |
![]() | = | Remove (EventDescriptor value) |
![]() | = | RemoveAt (Int32 index) |
![]() | = | RemoveAt (Int32 index) |
![]() | = | Sort (IComparer comparer) |
![]() | = | Sort (String[] names, IComparer comparer) |
![]() | = | Sort (String[] names) |
![]() | = | Sort () |
![]() | = | Sort () |
![]() | = | Sort (String[] names) |
![]() | = | Sort (String[] names, IComparer comparer) |
![]() | = | Sort (IComparer comparer) |
![]() | = | Count |
![]() | = | Count |
![]() | = | Item [Int32 index] |
![]() | = | Item [String name] |
![]() | = | Item [Int32 index] |
![]() | = | Item [String name] |
![]() | System.ComponentModel.EventHandlerList != | |
---|---|---|
![]() | = | .ctor () |
![]() | = | .ctor () |
![]() | = | AddHandler (Object key, Delegate value) |
![]() | = | AddHandler (Object key, Delegate value) |
![]() | + | AddHandlers (EventHandlerList listToAddFrom) |
![]() | = | Dispose () |
![]() | = | Dispose () |
![]() | = | RemoveHandler (Object key, Delegate value) |
![]() | = | RemoveHandler (Object key, Delegate value) |
![]() | = | Item [Object key] |
![]() | = | Item [Object key] |
![]() | System.ComponentModel.ExpandableObjectConverter = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | GetProperties (ITypeDescriptorContext context, Object value, Attribute[] attributes) |
![]() | = | GetPropertiesSupported (ITypeDescriptorContext context) |
![]() | System.ComponentModel.ExtenderProvidedPropertyAttribute = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | Equals (Object obj) |
![]() | = | GetHashCode () |
![]() | = | IsDefaultAttribute () |
![]() | = | ExtenderProperty |
![]() | = | Provider |
![]() | = | ReceiverType |
![]() | System.ComponentModel.GuidConverter = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | CanConvertFrom (ITypeDescriptorContext context, Type sourceType) |
![]() | = | CanConvertTo (ITypeDescriptorContext context, Type destinationType) |
![]() | = | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, Object value) |
![]() | = | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) |
![]() | System.ComponentModel.IBindingList = | |
---|---|---|
![]() | = | ListChanged |
![]() | = | AddIndex (PropertyDescriptor property) |
![]() | = | AddNew () |
![]() | = | ApplySort (PropertyDescriptor property, ListSortDirection direction) |
![]() | = | Find (PropertyDescriptor property, Object key) |
![]() | = | RemoveIndex (PropertyDescriptor property) |
![]() | = | RemoveSort () |
![]() | = | AllowEdit |
![]() | = | AllowNew |
![]() | = | AllowRemove |
![]() | = | IsSorted |
![]() | = | SortDirection |
![]() | = | SortProperty |
![]() | = | SupportsChangeNotification |
![]() | = | SupportsSearching |
![]() | = | SupportsSorting |
![]() | System.ComponentModel.IComNativeDescriptorHandler = | |
---|---|---|
![]() | = | GetAttributes (Object component) |
![]() | = | GetClassName (Object component) |
![]() | = | GetConverter (Object component) |
![]() | = | GetDefaultEvent (Object component) |
![]() | = | GetDefaultProperty (Object component) |
![]() | = | GetEditor (Object component, Type baseEditorType) |
![]() | = | GetEvents (Object component, Attribute[] attributes) |
![]() | = | GetEvents (Object component) |
![]() | = | GetName (Object component) |
![]() | = | GetProperties (Object component, Attribute[] attributes) |
![]() | = | GetPropertyValue (Object component, Int32 dispid, Boolean& success) |
![]() | = | GetPropertyValue (Object component, String propertyName, Boolean& success) |
![]() | System.ComponentModel.ICustomTypeDescriptor = | |
---|---|---|
![]() | = | GetAttributes () |
![]() | = | GetClassName () |
![]() | = | GetComponentName () |
![]() | = | GetConverter () |
![]() | = | GetDefaultEvent () |
![]() | = | GetDefaultProperty () |
![]() | = | GetEditor (Type editorBaseType) |
![]() | = | GetEvents (Attribute[] attributes) |
![]() | = | GetEvents () |
![]() | = | GetProperties (Attribute[] attributes) |
![]() | = | GetProperties () |
![]() | = | GetPropertyOwner (PropertyDescriptor pd) |
![]() | System.ComponentModel.IDataErrorInfo = | |
---|---|---|
![]() | = | Error |
![]() | = | Item [String columnName] |
![]() | System.ComponentModel.IEditableObject = | |
---|---|---|
![]() | = | BeginEdit () |
![]() | = | CancelEdit () |
![]() | = | EndEdit () |
![]() | System.ComponentModel.IExtenderProvider = | |
---|---|---|
![]() | = | CanExtend (Object extendee) |
![]() | System.ComponentModel.IListSource = | |
---|---|---|
![]() | = | GetList () |
![]() | = | ContainsListCollection |
Powered by Ricciolo