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
Post a Comment