[Mono-bugs] [Bug 65462][Wis] New - ParameterInfo.DefaultValue is not implemented
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 11:40:59 -0400 (EDT)
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 kjambunathan@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=65462
--- shadow/65462 2004-09-07 11:40:59.000000000 -0400
+++ shadow/65462.tmp.31742 2004-09-07 11:40:59.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 65462
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: kjambunathan@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ParameterInfo.DefaultValue is not implemented
+
+Description of Problem:
+ParameterInfo.DefaultValue is not implemented
+
+Steps to reproduce the problem:
+I am attaching a sample VB file and the associated vbc compiled exe that
+exercises this feature.
+
+Actual Results:
+I always get DBNull.Value even if the Parameter has a default value set
+
+Expected Results:
+The actual default value of the parameter
+
+How often does this happen?
+Always
+
+
+Additional Information:
+I am attaching a patch to the mono runtime that addresses this issue. The
+patch still doesn't address the case where the Method is created at
+runtime. I hope this patch is OK to commmit ?