开发者

Can you use multiple app domains in silverlight?

开发者 https://www.devze.com 2023-02-08 23:01 出处:网络
Can you use multiple a开发者_Python百科pp domains in silverlight? If so, are there any special restrictions?Depends on what you mean.By default, each Silverlight application runs in what is, effective

Can you use multiple a开发者_Python百科pp domains in silverlight? If so, are there any special restrictions?


Depends on what you mean. By default, each Silverlight application runs in what is, effectively, a separate App Domain. But you can't programmatically control application domains like you do in the full .NET runtime. The System.AppDomain namespace is there, but all the "CreateXXXX" methods are missing. Compare the .NET 4.0 docs with the Silverlight docs to see what I mean.

0

精彩评论

暂无评论...
验证码 换一张
取 消