[Mono-bugs] [Bug 78492][Nor] Changed - Marshal.PtrToStruct doesn't create objects under some cirumstances

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 23 13:14:48 EDT 2006


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 vargaz at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78492

--- shadow/78492	2006-05-23 12:08:05.000000000 -0400
+++ shadow/78492.tmp.8561	2006-05-23 13:14:48.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: toscen at web.de               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -75,6 +75,10 @@
 			data = (TData)Marshal.PtrToStructure (handle.AddrOfPinnedObject (),
 typeof(TData));
 			Console.WriteLine(data.AppRight[0].HWRights[0]);
 		}
 	}
 }
+
+------- Additional Comments From vargaz at gmail.com  2006-05-23 13:14 -------
+-> runtime
+


More information about the mono-bugs mailing list