Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get runtime version of Silverlight programmatically

Tags:

silverlight

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

like image 664
AwkwardCoder Avatar asked Oct 19 '10 14:10

AwkwardCoder


1 Answers

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

like image 132
AwkwardCoder Avatar answered Oct 19 '22 10:10

AwkwardCoder