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 mscorlib
Totale classi: 2135, di cui
- 395 nuove
- 804 modificate
- 0 rimosse
Pagina ... 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 ...
System.Diagnostics.DebuggerVisualizerAttribute + | ||
---|---|---|
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | .ctor () | |
+ | Description | |
+ | Target | |
+ | TargetTypeName | |
+ | VisualizerObjectSourceTypeName | |
+ | VisualizerTypeName |
System.Diagnostics.StackTrace != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | METHODS_TO_SKIP | |
= | GetFrame (Int32 index) | |
- | GetFrames () | |
= | ToString () | |
= | FrameCount |
System.Diagnostics.StackFrame = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | OFFSET_UNKNOWN | |
= | GetFileColumnNumber () | |
= | GetFileLineNumber () | |
= | GetFileName () | |
= | GetILOffset () | |
= | GetMethod () | |
= | GetNativeOffset () | |
= | ToString () |
System.Diagnostics.CodeAnalysis.SuppressMessageAttribute + | ||
---|---|---|
+ | .ctor () | |
+ | Category | |
+ | CheckId | |
+ | Justification | |
+ | MessageId | |
+ | Scope | |
+ | Target |
System.Diagnostics.SymbolStore.ISymbolBinder = | ||
---|---|---|
= | GetReader (Int32 importer, String filename, String searchPath) |
System.Diagnostics.SymbolStore.ISymbolBinder1 + | ||
---|---|---|
+ | GetReader (IntPtr importer, String filename, String searchPath) |
System.Diagnostics.SymbolStore.ISymbolDocument = | ||
---|---|---|
= | FindClosestLine (Int32 line) | |
= | GetCheckSum () | |
= | GetSourceRange (Int32 startLine, Int32 startColumn, Int32 endLine, Int32 endColumn) | |
= | CheckSumAlgorithmId | |
= | DocumentType | |
= | HasEmbeddedSource | |
= | Language | |
= | LanguageVendor | |
= | SourceLength | |
= | URL |
System.Diagnostics.SymbolStore.ISymbolDocumentWriter = | ||
---|---|---|
= | SetCheckSum (Guid algorithmId, Byte[] checkSum) | |
= | SetSource (Byte[] source) |
System.Diagnostics.SymbolStore.ISymbolMethod = | ||
---|---|---|
= | GetNamespace () | |
= | GetOffset (ISymbolDocument document, Int32 line, Int32 column) | |
= | GetParameters () | |
= | GetRanges (ISymbolDocument document, Int32 line, Int32 column) | |
= | GetScope (Int32 offset) | |
= | GetSequencePoints (Int32[] offsets, ISymbolDocument[] documents, Int32[] lines, Int32[] columns, Int32[] endLines, Int32[] endColumns) | |
= | GetSourceStartEnd (ISymbolDocument[] docs, Int32[] lines, Int32[] columns) | |
= | RootScope | |
= | SequencePointCount | |
= | Token |
System.Diagnostics.SymbolStore.ISymbolNamespace = | ||
---|---|---|
= | GetNamespaces () | |
= | GetVariables () | |
= | Name |
System.Diagnostics.SymbolStore.ISymbolReader = | ||
---|---|---|
= | GetDocument (String url, Guid language, Guid languageVendor, Guid documentType) | |
= | GetDocuments () | |
= | GetGlobalVariables () | |
= | GetMethod (SymbolToken method) | |
= | GetMethod (SymbolToken method, Int32 version) | |
= | GetMethodFromDocumentPosition (ISymbolDocument document, Int32 line, Int32 column) | |
= | GetNamespaces () | |
= | GetSymAttribute (SymbolToken parent, String name) | |
= | GetVariables (SymbolToken parent) | |
= | UserEntryPoint |
System.Diagnostics.SymbolStore.ISymbolScope = | ||
---|---|---|
= | GetChildren () | |
= | GetLocals () | |
= | GetNamespaces () | |
= | EndOffset | |
= | Method | |
= | Parent | |
= | StartOffset |
System.Diagnostics.SymbolStore.ISymbolVariable = | ||
---|---|---|
= | GetSignature () | |
= | AddressField1 | |
= | AddressField2 | |
= | AddressField3 | |
= | AddressKind | |
= | Attributes | |
= | EndOffset | |
= | Name | |
= | StartOffset |
System.Diagnostics.SymbolStore.ISymbolWriter = | ||
---|---|---|
= | Close () | |
= | CloseMethod () | |
= | CloseNamespace () | |
= | CloseScope (Int32 endOffset) | |
= | DefineDocument (String url, Guid language, Guid languageVendor, Guid documentType) | |
= | DefineField (SymbolToken parent, String name, FieldAttributes attributes, Byte[] signature, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3) | |
= | DefineGlobalVariable (String name, FieldAttributes attributes, Byte[] signature, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3) | |
= | DefineLocalVariable (String name, FieldAttributes attributes, Byte[] signature, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3, Int32 startOffset, Int32 endOffset) | |
= | DefineParameter (String name, ParameterAttributes attributes, Int32 sequence, SymAddressKind addrKind, Int32 addr1, Int32 addr2, Int32 addr3) | |
= | DefineSequencePoints (ISymbolDocumentWriter document, Int32[] offsets, Int32[] lines, Int32[] columns, Int32[] endLines, Int32[] endColumns) | |
= | Initialize (IntPtr emitter, String filename, Boolean fFullBuild) | |
= | OpenMethod (SymbolToken method) | |
= | OpenNamespace (String name) | |
= | OpenScope (Int32 startOffset) | |
= | SetMethodSourceRange (ISymbolDocumentWriter startDoc, Int32 startLine, Int32 startColumn, ISymbolDocumentWriter endDoc, Int32 endLine, Int32 endColumn) | |
= | SetScopeRange (Int32 scopeID, Int32 startOffset, Int32 endOffset) | |
= | SetSymAttribute (SymbolToken parent, String name, Byte[] data) | |
= | SetUnderlyingWriter (IntPtr underlyingWriter) | |
= | SetUserEntryPoint (SymbolToken entryMethod) | |
= | UsingNamespace (String fullName) |
Powered by Ricciolo