[Mono-bugs] [Bug 24488] New - System.Environment class not fully implemented
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 May 2002 07:48:53 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by vic-bugzilla-ximian@carotena.net.
http://bugzilla.ximian.com/show_bug.cgi?id=24488
--- shadow/24488 Fri May 10 03:48:53 2002
+++ shadow/24488.tmp.19284 Fri May 10 03:48:53 2002
@@ -0,0 +1,49 @@
+Bug#: 24488
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: vic-bugzilla-ximian@carotena.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.Environment class not fully implemented
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+The System.Environment class is not fully implemented. The property
+OSVersion returns a null, for example
+
+
+Steps to reproduce the problem:
+1. the following code shows the problem:
+
+ switch(System.Environment.OSVersion) {
+ case System.PlatformID.Unix:
+ // read /proc/uptime, for example
+
+ case System.PlatformID.WinNT:
+
+
+2.
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information: