How to

get .NET version

Published: 9. October 2011 | Updated: 9. October 2011
License: Microsoft Public License (MS-PL)
Categories: Framework
Tags: C# Windows
Was this snippet helpful for you? YESYES / NONO
Console.WriteLine(Environment.Version);
Console Output:
4.0.30319.235
Send us feedback about this snippet »



Related Snippets: