How to get runtime version of Silverlight programmatically
Is it possible to programmatically from a silverlight app to get the runtime information of silverlight?
Note: that开发者_JS百科 does not include making a call out to javascript
If you want to get the runtime & build version for a Silverlight app from inside the app you can use the Environment.Version & Deployment.RuntimeVersion
精彩评论