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 ... 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 ...
System.Diagnostics.TraceListenerCollection = | ||
---|---|---|
= | Add (TraceListener listener) | |
= | AddRange (TraceListener[] value) | |
= | AddRange (TraceListenerCollection value) | |
= | Clear () | |
= | Contains (TraceListener listener) | |
= | CopyTo (TraceListener[] listeners, Int32 index) | |
= | GetEnumerator () | |
= | IndexOf (TraceListener listener) | |
= | Insert (Int32 index, TraceListener listener) | |
= | Remove (TraceListener listener) | |
= | Remove (String name) | |
= | RemoveAt (Int32 index) | |
= | Count | |
= | Item [Int32 i] | |
= | Item [String name] |
System.Diagnostics.TraceOptions + | ||
---|---|---|
+ | Callstack | |
+ | DateTime | |
+ | LogicalOperationStack | |
+ | None | |
+ | ProcessId | |
+ | ThreadId | |
+ | Timestamp | |
+ | value__ |
System.Diagnostics.TraceSource + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | Close () | |
+ | Flush () | |
+ | TraceData (TraceEventType eventType, Int32 id, Object data) | |
+ | TraceData (TraceEventType eventType, Int32 id, Object[] data) | |
+ | TraceEvent (TraceEventType eventType, Int32 id) | |
+ | TraceEvent (TraceEventType eventType, Int32 id, String message) | |
+ | TraceEvent (TraceEventType eventType, Int32 id, String format, Object[] args) | |
+ | TraceInformation (String message) | |
+ | TraceInformation (String format, Object[] args) | |
+ | TraceTransfer (Int32 id, String message, Guid relatedActivityId) | |
+ | Attributes | |
+ | Listeners | |
+ | Name | |
+ | Switch |
System.Diagnostics.TraceSwitch = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | Level | |
= | TraceError | |
= | TraceInfo | |
= | TraceVerbose | |
= | TraceWarning |
System.Diagnostics.XmlWriterTraceListener + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | Close () | |
+ | Fail (String message, String detailMessage) | |
+ | 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) | |
+ | TraceTransfer (TraceEventCache eventCache, String source, Int32 id, String message, Guid relatedActivityId) | |
+ | Write (String message) | |
+ | WriteLine (String message) |
System.CodeDom.Compiler.ICodeGenerator = | ||
---|---|---|
= | CreateEscapedIdentifier (String value) | |
= | CreateValidIdentifier (String value) | |
= | GenerateCodeFromCompileUnit (CodeCompileUnit e, TextWriter w, CodeGeneratorOptions o) | |
= | GenerateCodeFromExpression (CodeExpression e, TextWriter w, CodeGeneratorOptions o) | |
= | GenerateCodeFromNamespace (CodeNamespace e, TextWriter w, CodeGeneratorOptions o) | |
= | GenerateCodeFromStatement (CodeStatement e, TextWriter w, CodeGeneratorOptions o) | |
= | GenerateCodeFromType (CodeTypeDeclaration e, TextWriter w, CodeGeneratorOptions o) | |
= | GetTypeOutput (CodeTypeReference type) | |
= | IsValidIdentifier (String value) | |
= | Supports (GeneratorSupport supports) | |
= | ValidateIdentifier (String value) |
System.CodeDom.Compiler.CodeGenerator != | ||
---|---|---|
- | GenerateCodeFromMember (CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) | |
= | IsValidLanguageIndependentIdentifier (String value) | |
= | ValidateIdentifiers (CodeObject e) |
System.CodeDom.Compiler.ICodeCompiler = | ||
---|---|---|
= | CompileAssemblyFromDom (CompilerParameters options, CodeCompileUnit compilationUnit) | |
= | CompileAssemblyFromDomBatch (CompilerParameters options, CodeCompileUnit[] compilationUnits) | |
= | CompileAssemblyFromFile (CompilerParameters options, String fileName) | |
= | CompileAssemblyFromFileBatch (CompilerParameters options, String[] fileNames) | |
= | CompileAssemblyFromSource (CompilerParameters options, String source) | |
= | CompileAssemblyFromSourceBatch (CompilerParameters options, String[] sources) |
System.CodeDom.Compiler.CodeCompiler = |
---|
System.Configuration.IConfigurationSectionHandler = | ||
---|---|---|
= | Create (Object parent, Object configContext, XmlNode section) |
System.CodeDom.Compiler.CodeDomProvider != | ||
---|---|---|
- | CompileAssemblyFromDom (CompilerParameters options, CodeCompileUnit[] compilationUnits) | |
- | CompileAssemblyFromFile (CompilerParameters options, String[] fileNames) | |
- | CompileAssemblyFromSource (CompilerParameters options, String[] sources) | |
= | CreateCompiler () | |
- | CreateEscapedIdentifier (String value) | |
= | CreateGenerator () | |
= | CreateGenerator (TextWriter output) | |
= | CreateGenerator (String fileName) | |
= | CreateParser () | |
- | CreateProvider (String language) | |
- | CreateValidIdentifier (String value) | |
- | GenerateCodeFromCompileUnit (CodeCompileUnit compileUnit, TextWriter writer, CodeGeneratorOptions options) | |
- | GenerateCodeFromExpression (CodeExpression expression, TextWriter writer, CodeGeneratorOptions options) | |
- | GenerateCodeFromMember (CodeTypeMember member, TextWriter writer, CodeGeneratorOptions options) | |
- | GenerateCodeFromNamespace (CodeNamespace codeNamespace, TextWriter writer, CodeGeneratorOptions options) | |
- | GenerateCodeFromStatement (CodeStatement statement, TextWriter writer, CodeGeneratorOptions options) | |
- | GenerateCodeFromType (CodeTypeDeclaration codeType, TextWriter writer, CodeGeneratorOptions options) | |
- | GetAllCompilerInfo () | |
- | GetCompilerInfo (String language) | |
= | GetConverter (Type type) | |
- | GetLanguageFromExtension (String extension) | |
- | GetTypeOutput (CodeTypeReference type) | |
- | IsDefinedExtension (String extension) | |
- | IsDefinedLanguage (String language) | |
- | IsValidIdentifier (String value) | |
- | Parse (TextReader codeStream) | |
- | Supports (GeneratorSupport generatorSupport) | |
= | FileExtension | |
= | LanguageOptions |
System.CodeDom.Compiler.CodeGeneratorOptions != | ||
---|---|---|
= | .ctor () | |
= | BlankLinesBetweenMembers | |
= | BracingStyle | |
= | ElseOnClosing | |
= | IndentString | |
= | Item [String index] | |
- | VerbatimOrder |
System.CodeDom.Compiler.ICodeParser = | ||
---|---|---|
= | Parse (TextReader codeStream) |
System.CodeDom.Compiler.CodeParser = | ||
---|---|---|
= | Parse (TextReader codeStream) |
Powered by Ricciolo