AwkwardCoder
AwkwardCoder

Reputation: 25651

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 does not include making a call out to javascript

Upvotes: 8

Views: 1001

Answers (1)

AwkwardCoder
AwkwardCoder

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

Related Questions