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 ... 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 ...

 System.Diagnostics.ProcessModuleCollection =
 =.ctor ()
 =Contains (ProcessModule module)
 =CopyTo (ProcessModule[] array, Int32 index)
 =IndexOf (ProcessModule module)
 =Item [Int32 index]

 System.Diagnostics.ProcessPriorityClass =
 =AboveNormal 
 =BelowNormal 
 =High 
 =Idle 
 =Normal 
 =RealTime 
 =value__ 

 System.Diagnostics.ProcessStartInfo !=
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =.ctor ()
 =Arguments 
 =Arguments 
 =CreateNoWindow 
 =CreateNoWindow 
 +Domain 
 =EnvironmentVariables 
 =EnvironmentVariables 
 =ErrorDialog 
 =ErrorDialog 
 =ErrorDialogParentHandle 
 =ErrorDialogParentHandle 
 =FileName 
 =FileName 
 +LoadUserProfile 
 +Password 
 =RedirectStandardError 
 =RedirectStandardError 
 =RedirectStandardInput 
 =RedirectStandardInput 
 =RedirectStandardOutput 
 =RedirectStandardOutput 
 +StandardErrorEncoding 
 +StandardOutputEncoding 
 +UserName 
 =UseShellExecute 
 =UseShellExecute 
 =Verb 
 =Verb 
 =Verbs 
 =Verbs 
 =WindowStyle 
 =WindowStyle 
 =WorkingDirectory 
 =WorkingDirectory 

 System.Diagnostics.ProcessThread =
 =ResetIdealProcessor ()
 =BasePriority 
 =CurrentPriority 
 =Id 
 =IdealProcessor 
 =PriorityBoostEnabled 
 =PriorityLevel 
 =PrivilegedProcessorTime 
 =ProcessorAffinity 
 =StartAddress 
 =StartTime 
 =ThreadState 
 =TotalProcessorTime 
 =UserProcessorTime 
 =WaitReason 

 System.Diagnostics.ProcessThreadCollection =
 =.ctor ()
 =Add (ProcessThread thread)
 =Contains (ProcessThread thread)
 =CopyTo (ProcessThread[] array, Int32 index)
 =IndexOf (ProcessThread thread)
 =Insert (Int32 index, ProcessThread thread)
 =Remove (ProcessThread thread)
 =Item [Int32 index]

 System.Diagnostics.ProcessWindowStyle =
 =Hidden 
 =Maximized 
 =Minimized 
 =Normal 
 =value__ 

 System.Diagnostics.ThreadPriorityLevel =
 =AboveNormal 
 =BelowNormal 
 =Highest 
 =Idle 
 =Lowest 
 =Normal 
 =TimeCritical 
 =value__ 

 System.Diagnostics.ThreadState =
 =Initialized 
 =Ready 
 =Running 
 =Standby 
 =Terminated 
 =Transition 
 =Unknown 
 =value__ 
 =Wait 

 System.Diagnostics.ThreadWaitReason =
 =EventPairHigh 
 =EventPairLow 
 =ExecutionDelay 
 =Executive 
 =FreePage 
 =LpcReceive 
 =LpcReply 
 =PageIn 
 =PageOut 
 =Suspended 
 =SystemAllocation 
 =Unknown 
 =UserRequest 
 =value__ 
 =VirtualMemory 

 System.Configuration.AppSettingsReader =
 =.ctor ()
 =GetValue (String key, Type type)

 System.ComponentModel.DescriptionAttribute !=
 =.ctor ()
 =.ctor ()
 =Default 
 =Equals (Object obj)
 =GetHashCode ()
 -IsDefaultAttribute ()
 =Description 

 System.ComponentModel.CategoryAttribute !=
 =.ctor ()
 =.ctor ()
 =Equals (Object obj)
 =GetHashCode ()
 =IsDefaultAttribute ()
 =Action 
 =Appearance 
 -Asynchronous 
 =Behavior 
 =Category 
 =Data 
 =Default 
 =Design 
 =DragDrop 
 =Focus 
 =Format 
 =Key 
 =Layout 
 =Mouse 
 =WindowStyle 

 System.Text.RegularExpressions.Regex !=
 =.ctor ()
 =.ctor ()
 =CompileToAssembly (RegexCompilationInfo[] regexinfos, AssemblyName assemblyname)
 =CompileToAssembly (RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[] attributes)
 =CompileToAssembly (RegexCompilationInfo[] regexinfos, AssemblyName assemblyname, CustomAttributeBuilder[] attributes, String resourceFile)
 =Escape (String str)
 =GetGroupNames ()
 =GetGroupNumbers ()
 =GroupNameFromNumber (Int32 i)
 =GroupNumberFromName (String name)
 =IsMatch (String input, String pattern)
 =IsMatch (String input, String pattern, RegexOptions options)
 =IsMatch (String input)
 =IsMatch (String input, Int32 startat)
 =Match (String input, String pattern)
 =Match (String input, String pattern, RegexOptions options)
 =Match (String input)
 =Match (String input, Int32 startat)
 =Match (String input, Int32 beginning, Int32 length)
 =Matches (String input, String pattern)
 =Matches (String input, String pattern, RegexOptions options)
 =Matches (String input)
 =Matches (String input, Int32 startat)
 =Replace (String input, String pattern, String replacement)
 =Replace (String input, String pattern, String replacement, RegexOptions options)
 =Replace (String input, String replacement)
 =Replace (String input, String replacement, Int32 count)
 =Replace (String input, String replacement, Int32 count, Int32 startat)
 =Replace (String input, String pattern, MatchEvaluator evaluator)
 =Replace (String input, String pattern, MatchEvaluator evaluator, RegexOptions options)
 =Replace (String input, MatchEvaluator evaluator)
 =Replace (String input, MatchEvaluator evaluator, Int32 count)
 =Replace (String input, MatchEvaluator evaluator, Int32 count, Int32 startat)
 =Split (String input, String pattern)
 =Split (String input, String pattern, RegexOptions options)
 =Split (String input)
 =Split (String input, Int32 count)
 =Split (String input, Int32 count, Int32 startat)
 =ToString ()
 =Unescape (String str)
 -CacheSize 
 =Options 
 =RightToLeft 

 System.Text.RegularExpressions.MatchEvaluator =
 =.ctor ()
 =BeginInvoke (Match match, AsyncCallback callback, Object object)
 =EndInvoke (IAsyncResult result)
 =Invoke (Match match)

Powered by Ricciolo