How do you determine which OS works with the Silverlight OOB application? Thank!
You can use Environment.OSVersion to get OperatingSystem .
After that, examine the Platform property, which returns the PlatformID Enumeration .
Source: https://habr.com/ru/post/1749680/More articles:create child nodes from sibling nodes until another sibling occurs - xmlShow ASP.NET validation summary in jQuery modular message - javascriptIs there a better way to scroll a page (with jQuery) in Safari for iPhone (scrollTop doesn't work correctly) - jqueryHow to use Microsoft.Web.Administration.dll to get information about the site the page is running on? - c #Create invisible table rows visible one after another - jqueryC ++: syntax error C2061: unexpected identifier - c ++изменить пространство имен dojo - dojoAlternative Warp Persist - javaTips for creating a simple web service - javaHow should I draw text and shapes in wpf and c #? - c #All Articles