Skip to content

028 Platform specifics

petro edited this page Aug 9, 2013 · 1 revision

Silverlight

Unlike .NET version Silverlight port uses simplified implementation of Assembly Manager (BaseAssemblyManager class). It is capable to load only those assemblies specified in xml configuration file. However it is also possible to add new assemblies manually.

Please note that assembly declaration in xml file should include full assembly name together with version, public key and culture information.

This version of S# has limited support for threading.

Compact Framework

Unlike .NET version CF port uses simplified implementation of Assembly Manager (BaseAssemblyManager class). It is capable to load only those assemblies specified in xml configuration file. However it is also possible to add new assemblies manually.

This version of Script.NET has limited support for threading.