[Mono-bugs] [Bug 665710] New: Missing method System.Reflection.Assembly::UnsafeLoadFrom(string)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jan 19 19:41:19 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=665710
https://bugzilla.novell.com/show_bug.cgi?id=665710#c0
Summary: Missing method
System.Reflection.Assembly::UnsafeLoadFrom(string)
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: 32bit
OS/Version: Ubuntu
Status: NEW
Severity: Major
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: puffnfresh at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Third Party Developer/Partner
Blocker: ---
Compilation of F# Interactive (fsi.exe) is failing because mscorlib.dll is
missing System.Reflection.Assembly.UnsafeLoadFrom
http://msdn.microsoft.com/en-us/library/system.reflection.assembly.unsafeloadfrom.aspx
For example, the following won't compile:
using System.Reflection;
class UnsafeLoadFromTest {
public static void Main() {
// LoadFrom works fine
Assembly.LoadFrom("");
// UnsafeLoadFrom is missing
Assembly.UnsafeLoadFrom("");
}
};
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list