Log system information
CodeKeep C# Feed Aprile 29th, 2008
Description: Log System information is useful for diagnostics purpose
Link: http://www.codekeep.net/snippets/6c55d9ff-a0f7-45b1-be02-adf62410ce39.aspx
OperatingSystem os = Environment.OSVersion; string runtime_info = ".NET CLR version: " + System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion();






