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 ... 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 ...
![]() | System.Diagnostics.CorrelationManager + | |
---|---|---|
![]() | + | StartLogicalOperation (Object operationId) |
![]() | + | StartLogicalOperation () |
![]() | + | StopLogicalOperation () |
![]() | + | ActivityId |
![]() | + | LogicalOperationStack |
![]() | System.Diagnostics.Debug != | |
---|---|---|
![]() | = | Assert (Boolean condition) |
![]() | = | Assert (Boolean condition, String message) |
![]() | = | Assert (Boolean condition, String message, String detailMessage) |
![]() | = | Close () |
![]() | = | Fail (String message) |
![]() | = | Fail (String message, String detailMessage) |
![]() | = | Flush () |
![]() | = | Indent () |
![]() | - | Print (String message) |
![]() | - | Print (String format, Object[] args) |
![]() | = | Unindent () |
![]() | = | Write (String message) |
![]() | = | Write (Object value) |
![]() | = | Write (String message, String category) |
![]() | = | Write (Object value, String category) |
![]() | = | WriteIf (Boolean condition, String message) |
![]() | = | WriteIf (Boolean condition, Object value) |
![]() | = | WriteIf (Boolean condition, String message, String category) |
![]() | = | WriteIf (Boolean condition, Object value, String category) |
![]() | = | WriteLine (String message) |
![]() | = | WriteLine (Object value) |
![]() | = | WriteLine (String message, String category) |
![]() | = | WriteLine (Object value, String category) |
![]() | = | WriteLineIf (Boolean condition, String message) |
![]() | = | WriteLineIf (Boolean condition, Object value) |
![]() | = | WriteLineIf (Boolean condition, String message, String category) |
![]() | = | WriteLineIf (Boolean condition, Object value, String category) |
![]() | = | AutoFlush |
![]() | = | IndentLevel |
![]() | = | IndentSize |
![]() | = | Listeners |
![]() | System.Diagnostics.DefaultTraceListener = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | Fail (String message) |
![]() | = | Fail (String message, String detailMessage) |
![]() | = | Write (String message) |
![]() | = | WriteLine (String message) |
![]() | = | AssertUiEnabled |
![]() | = | LogFileName |
![]() | System.Diagnostics.DelimitedListTraceListener + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | TraceData (TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object data) |
![]() | + | TraceData (TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, Object[] data) |
![]() | + | TraceEvent (TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String format, Object[] args) |
![]() | + | TraceEvent (TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message) |
![]() | + | Delimiter |
![]() | System.Diagnostics.TraceFilter + | |
---|---|---|
![]() | + | ShouldTrace (TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data) |
![]() | System.Diagnostics.EventTypeFilter + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | ShouldTrace (TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data) |
![]() | + | EventType |
![]() | System.Diagnostics.SourceFilter + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | ShouldTrace (TraceEventCache cache, String source, TraceEventType eventType, Int32 id, String formatOrMessage, Object[] args, Object data1, Object[] data) |
![]() | + | Source |
![]() | System.Diagnostics.SourceLevels + | |
---|---|---|
![]() | + | ActivityTracing |
![]() | + | All |
![]() | + | Critical |
![]() | + | Error |
![]() | + | Information |
![]() | + | Off |
![]() | + | value__ |
![]() | + | Verbose |
![]() | + | Warning |
![]() | System.Diagnostics.SourceSwitch + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | .ctor () |
![]() | + | ShouldTrace (TraceEventType eventType) |
![]() | + | Level |
![]() | System.Diagnostics.SwitchAttribute + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | GetAll (Assembly assembly) |
![]() | + | SwitchDescription |
![]() | + | SwitchName |
![]() | + | SwitchType |
![]() | System.Diagnostics.SwitchLevelAttribute + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | SwitchLevelType |
![]() | System.Diagnostics.Trace != | |
---|---|---|
![]() | = | Assert (Boolean condition) |
![]() | = | Assert (Boolean condition, String message) |
![]() | = | Assert (Boolean condition, String message, String detailMessage) |
![]() | = | Close () |
![]() | = | Fail (String message) |
![]() | = | Fail (String message, String detailMessage) |
![]() | = | Flush () |
![]() | = | Indent () |
![]() | - | Refresh () |
![]() | - | TraceError (String message) |
![]() | - | TraceError (String format, Object[] args) |
![]() | - | TraceInformation (String message) |
![]() | - | TraceInformation (String format, Object[] args) |
![]() | - | TraceWarning (String message) |
![]() | - | TraceWarning (String format, Object[] args) |
![]() | = | Unindent () |
![]() | = | Write (String message) |
![]() | = | Write (Object value) |
![]() | = | Write (String message, String category) |
![]() | = | Write (Object value, String category) |
![]() | = | WriteIf (Boolean condition, String message) |
![]() | = | WriteIf (Boolean condition, Object value) |
![]() | = | WriteIf (Boolean condition, String message, String category) |
![]() | = | WriteIf (Boolean condition, Object value, String category) |
![]() | = | WriteLine (String message) |
![]() | = | WriteLine (Object value) |
![]() | = | WriteLine (String message, String category) |
![]() | = | WriteLine (Object value, String category) |
![]() | = | WriteLineIf (Boolean condition, String message) |
![]() | = | WriteLineIf (Boolean condition, Object value) |
![]() | = | WriteLineIf (Boolean condition, String message, String category) |
![]() | = | WriteLineIf (Boolean condition, Object value, String category) |
![]() | = | AutoFlush |
![]() | - | CorrelationManager |
![]() | = | IndentLevel |
![]() | = | IndentSize |
![]() | = | Listeners |
![]() | - | UseGlobalLock |
![]() | System.Diagnostics.TraceEventCache + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | Callstack |
![]() | + | DateTime |
![]() | + | LogicalOperationStack |
![]() | + | ProcessId |
![]() | + | ThreadId |
![]() | + | Timestamp |
![]() | System.Diagnostics.TraceEventType + | |
---|---|---|
![]() | + | Critical |
![]() | + | Error |
![]() | + | Information |
![]() | + | Resume |
![]() | + | Start |
![]() | + | Stop |
![]() | + | Suspend |
![]() | + | Transfer |
![]() | + | value__ |
![]() | + | Verbose |
![]() | + | Warning |
Powered by Ricciolo