Silverlight Runtime (Silverlight CLR) is essentially different, it is not CLR at all. You can say Silverlight CLR is a kind of original CLR subset.

> Silverlight CLR is a subset of the
> .NET Framework that contains
> components and libraries, including
> data integration, extensible Windows
> controls, networking, base class
> libraries, garbage collection, and the
> common language runtime (CLR).
> 
> Some parts of the .NET Framework for
> Silverlight are deployed with your
> application. These "Silverlight
> Libraries" are assemblies not included
> in the Silverlight runtime and are
> instead shipped in the Silverlight
> SDK. When Silverlight Libraries are
> used in your application, they are
> packaged up with your application and
> downloaded to the browser. These
> include new UI controls, XLINQ,
> Syndication (RSS/Atom), XML
> serialization, and the dynamic
> language runtime (DLR).