Reputation: 25651
Is it possible to programmatically from a silverlight app to get the runtime information of silverlight?
Note: that does not include making a call out to javascript
Upvotes: 8
Views: 1001
Reputation: 25651
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
Upvotes: 7