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 ... 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ...
System.ComponentModel.EditorBrowsableState = | ||
---|---|---|
= | Advanced | |
= | Always | |
= | Never | |
= | value__ |
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 () | |
= | Empty | |
= | Add (EventDescriptor value) | |
= | Clear () | |
= | Contains (EventDescriptor value) | |
= | Find (String name, Boolean ignoreCase) | |
= | GetEnumerator () | |
= | IndexOf (EventDescriptor value) | |
= | Insert (Int32 index, EventDescriptor value) | |
= | Remove (EventDescriptor value) | |
= | RemoveAt (Int32 index) | |
= | Sort () | |
= | Sort (String[] names) | |
= | Sort (String[] names, IComparer comparer) | |
= | Sort (IComparer comparer) | |
= | Count | |
= | Item [Int32 index] | |
= | Item [String name] |
System.ComponentModel.EventHandlerList != | ||
---|---|---|
= | .ctor () | |
= | AddHandler (Object key, Delegate value) | |
- | AddHandlers (EventHandlerList listToAddFrom) | |
= | Dispose () | |
= | RemoveHandler (Object key, Delegate value) | |
= | 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.HandledEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | Handled |
System.ComponentModel.HandledEventHandler + | ||
---|---|---|
+ | .ctor () | |
+ | BeginInvoke (Object sender, HandledEventArgs e, AsyncCallback callback, Object object) | |
+ | EndInvoke (IAsyncResult result) | |
+ | Invoke (Object sender, HandledEventArgs e) |
System.ComponentModel.IBindingListView + | ||
---|---|---|
+ | ApplySort (ListSortDescriptionCollection sorts) | |
+ | RemoveFilter () | |
+ | Filter | |
+ | SortDescriptions | |
+ | SupportsAdvancedSorting | |
+ | SupportsFiltering |
System.ComponentModel.IChangeTracking + | ||
---|---|---|
+ | AcceptChanges () | |
+ | IsChanged |
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) | |
= | GetEvents (Object component, Attribute[] attributes) | |
= | GetName (Object component) | |
= | GetProperties (Object component, Attribute[] attributes) | |
= | GetPropertyValue (Object component, String propertyName, Boolean& success) | |
= | GetPropertyValue (Object component, Int32 dispid, Boolean& success) |
System.ComponentModel.IDataErrorInfo = | ||
---|---|---|
= | Error | |
= | Item [String columnName] |
Powered by Ricciolo