Comparazione classi Framework 1.1 - 2.0 RTM
Filtra
Tipo (maiuscole/minuscole):
Flag classe
Flag membro

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 ... 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ...

 System.ComponentModel.ListChangedEventArgs !=
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =ListChangedType 
 =NewIndex 
 =OldIndex 
 -PropertyDescriptor 

 System.ComponentModel.ListChangedEventHandler =
 =.ctor ()
 =BeginInvoke (Object sender, ListChangedEventArgs e, AsyncCallback callback, Object object)
 =EndInvoke (IAsyncResult result)
 =Invoke (Object sender, ListChangedEventArgs e)

 System.ComponentModel.ListChangedType =
 =ItemAdded 
 =ItemChanged 
 =ItemDeleted 
 =ItemMoved 
 =PropertyDescriptorAdded 
 =PropertyDescriptorChanged 
 =PropertyDescriptorDeleted 
 =Reset 
 =value__ 

 System.ComponentModel.ListSortDescription +
 +.ctor ()
 +PropertyDescriptor 
 +SortDirection 

 System.ComponentModel.ListSortDescriptionCollection +
 +.ctor ()
 +.ctor ()
 +Contains (Object value)
 +CopyTo (Array array, Int32 index)
 +IndexOf (Object value)
 +Count 
 +Item [Int32 index]

 System.ComponentModel.ListSortDirection =
 =Ascending 
 =Descending 
 =value__ 

 System.ComponentModel.LocalizableAttribute =
 =.ctor ()
 =Default 
 =No 
 =Yes 
 =Equals (Object obj)
 =GetHashCode ()
 =IsDefaultAttribute ()
 =IsLocalizable 

 System.ComponentModel.LookupBindingPropertiesAttribute +
 +.ctor ()
 +.ctor ()
 +Default 
 +Equals (Object obj)
 +GetHashCode ()
 +DataSource 
 +DisplayMember 
 +LookupMember 
 +ValueMember 

 System.ComponentModel.MarshalByValueComponent =
 =.ctor ()
 =Disposed 
 =Dispose ()
 =GetService (Type service)
 =ToString ()
 =Container 
 =DesignMode 
 =Site 

 System.ComponentModel.MaskedTextProvider +
 +.ctor ()
 +.ctor ()
 +.ctor ()
 +.ctor ()
 +.ctor ()
 +.ctor ()
 +.ctor ()
 +Add (Char input)
 +Add (Char input, Int32& testPosition, MaskedTextResultHint& resultHint)
 +Add (String input)
 +Add (String input, Int32& testPosition, MaskedTextResultHint& resultHint)
 +Clear ()
 +Clear (MaskedTextResultHint& resultHint)
 +Clone ()
 +FindAssignedEditPositionFrom (Int32 position, Boolean direction)
 +FindAssignedEditPositionInRange (Int32 startPosition, Int32 endPosition, Boolean direction)
 +FindEditPositionFrom (Int32 position, Boolean direction)
 +FindEditPositionInRange (Int32 startPosition, Int32 endPosition, Boolean direction)
 +FindNonEditPositionFrom (Int32 position, Boolean direction)
 +FindNonEditPositionInRange (Int32 startPosition, Int32 endPosition, Boolean direction)
 +FindUnassignedEditPositionFrom (Int32 position, Boolean direction)
 +FindUnassignedEditPositionInRange (Int32 startPosition, Int32 endPosition, Boolean direction)
 +GetOperationResultFromHint (MaskedTextResultHint hint)
 +InsertAt (Char input, Int32 position)
 +InsertAt (Char input, Int32 position, Int32& testPosition, MaskedTextResultHint& resultHint)
 +InsertAt (String input, Int32 position)
 +InsertAt (String input, Int32 position, Int32& testPosition, MaskedTextResultHint& resultHint)
 +IsAvailablePosition (Int32 position)
 +IsEditPosition (Int32 position)
 +IsValidInputChar (Char c)
 +IsValidMaskChar (Char c)
 +IsValidPasswordChar (Char c)
 +Remove ()
 +Remove (Int32& testPosition, MaskedTextResultHint& resultHint)
 +RemoveAt (Int32 position)
 +RemoveAt (Int32 startPosition, Int32 endPosition)
 +RemoveAt (Int32 startPosition, Int32 endPosition, Int32& testPosition, MaskedTextResultHint& resultHint)
 +Replace (Char input, Int32 position)
 +Replace (Char input, Int32 position, Int32& testPosition, MaskedTextResultHint& resultHint)
 +Replace (Char input, Int32 startPosition, Int32 endPosition, Int32& testPosition, MaskedTextResultHint& resultHint)
 +Replace (String input, Int32 position)
 +Replace (String input, Int32 position, Int32& testPosition, MaskedTextResultHint& resultHint)
 +Replace (String input, Int32 startPosition, Int32 endPosition, Int32& testPosition, MaskedTextResultHint& resultHint)
 +Set (String input)
 +Set (String input, Int32& testPosition, MaskedTextResultHint& resultHint)
 +ToDisplayString ()
 +ToString ()
 +ToString (Boolean ignorePasswordChar)
 +ToString (Int32 startPosition, Int32 length)
 +ToString (Boolean ignorePasswordChar, Int32 startPosition, Int32 length)
 +ToString (Boolean includePrompt, Boolean includeLiterals)
 +ToString (Boolean includePrompt, Boolean includeLiterals, Int32 startPosition, Int32 length)
 +ToString (Boolean ignorePasswordChar, Boolean includePrompt, Boolean includeLiterals, Int32 startPosition, Int32 length)
 +VerifyChar (Char input, Int32 position, MaskedTextResultHint& hint)
 +VerifyEscapeChar (Char input, Int32 position)
 +VerifyString (String input)
 +VerifyString (String input, Int32& testPosition, MaskedTextResultHint& resultHint)
 +AllowPromptAsInput 
 +AsciiOnly 
 +AssignedEditPositionCount 
 +AvailableEditPositionCount 
 +Culture 
 +DefaultPasswordChar 
 +EditPositionCount 
 +EditPositions 
 +IncludeLiterals 
 +IncludePrompt 
 +InvalidIndex 
 +IsPassword 
 +Item [Int32 index]
 +LastAssignedPosition 
 +Length 
 +Mask 
 +MaskCompleted 
 +MaskFull 
 +PasswordChar 
 +PromptChar 
 +ResetOnPrompt 
 +ResetOnSpace 
 +SkipLiterals 

 System.ComponentModel.MaskedTextResultHint +
 +AlphanumericCharacterExpected 
 +AsciiCharacterExpected 
 +CharacterEscaped 
 +DigitExpected 
 +InvalidInput 
 +LetterExpected 
 +NoEffect 
 +NonEditPosition 
 +PositionOutOfRange 
 +PromptCharNotAllowed 
 +SideEffect 
 +SignedDigitExpected 
 +Success 
 +UnavailableEditPosition 
 +Unknown 
 +value__ 

 System.ComponentModel.MergablePropertyAttribute =
 =.ctor ()
 =Default 
 =No 
 =Yes 
 =Equals (Object obj)
 =GetHashCode ()
 =IsDefaultAttribute ()
 =AllowMerge 

 System.ComponentModel.MultilineStringConverter +
 +.ctor ()
 +ConvertTo (ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType)
 +GetProperties (ITypeDescriptorContext context, Object value, Attribute[] attributes)
 +GetPropertiesSupported (ITypeDescriptorContext context)

 System.ComponentModel.NestedContainer +
 +.ctor ()
 +Owner 

Powered by Ricciolo