Silverlight4と5のドキュメントを見比べて、.NET Framework Class Library for Silverlightに追加された要素をまとめてみました。
一段目がNamespace、二段目がClassです。Namespaceそのものが新設された部分はClassは省略。
- Microsoft.Xna.Framework
- Microsoft.Xna.Framework.Audio
- Microsoft.Xna.Framework.Graphics
- Microsoft.Xna.Framework.Graphics.PackedVector
- Microsoft.Internal.Pivot.Controls
- Microsoft.Internal.Pivot.Interactivity
- Microsoft.Internal.Pivot.Utilities
- Microsoft.Internal.Pivot.Views
- Microsoft.Phone.Data.Linq
- Microsoft.Phone.Data.Linq.Mapping
- System
- AggregateException
- OperationCanceledException
- System.ComponentModel.DataAnnotations.Schema
- System.Configuration.Assemblies
- System.Data.Linq
- System.Data.Linq.Mapping
- System.Data.Linq.SqlClient
- System.Diagnostics
- Stopwatch
- System.Globalization
- PersianCalendar
- System.Security
- AllowPartiallyTrustedCallersAttribute
- System.Security.Cryptography
- AsymmetricAlgorithm
- AsymmetricKeyExchangeDeformatter
- AsymmetricKeyExchangeFormatter
- AsymmetricSignatureDeformatter
- AsymmetricSignatureFormatter
- CspKeyContainerInfo
- CspParameters
- MaskGenerationMethod
- PKCS1MaskGenerationMethod
- ProtectedData
- RSA
- RSACryptoServiceProvider
- RSAOAEPKeyExchangeDeformatter
- RSAOAEPKeyExchangeFormatter
- RSAPKCS1KeyExchangeDeformatter
- RSAPKCS1KeyExchangeFormatter
- RSAPKCS1SignatureDeformatter
- RSAPKCS1SignatureFormatter
- System.Threading
- CancellationTokenSource
- Mutex
- System.Threading.Tasks
- System.Windows
- InBrowserSettings
- MediaFailedRoutedEventArgs
- WindowCollection
- System.Windows.Automation.Peers
- RichTextBlockAutomationPeer
- RichTextBlockOverflowAutomationPeer
- System.Windows.Controls
- DrawEventArgs
- DrawingSurface
- RichTextBlock
- RichTextBlockOverflow
- SubImageRoutedEventArgs
- TextSearch
- System.Windows.Controls.Pivot
- System.Windows.Data.Debugging
- System.Windows.Graphics
- System.Windows.Input
- GestureEventArgs
- System.Windows.Markup
- MarkupExtension
- System.Windows.Media
- DrmSetupDecryptorCompletedEventArgs
- FileSink
- MediaCommandEventArgs
- RateChangedRoutedEventArgs
- System.Windows.Printing
- PrinterFallbackSettings
- System.Xaml
Classesだけの比較で、Structures、Interfaces、Delegates、Enumerations等はチェックしていません。ドキュメントから手作業での抽出なので、抜けがあるかもしれません。