reflection - Detect Silverlight version required by an assembly -


How can I tell if Silverlight 2 is enough for an assembly or Silverlight 3?
I have all the information available through reflection (Mono Cecil).

The same question for SL 3 vs 4.

Thanks in advance.

You can not tell only with the class library and its metadata - it's only from the Silverlight application's embedded manifest file Can be determined reliably in .Xap only.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -