dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/csunit TestMain.cs,1.9,1.10


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/csunit TestMain.cs,1.9,1.10
Date: Mon, 09 Dec 2002 05:18:16 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/csunit
In directory subversions:/tmp/cvs-serv15407/csunit

Modified Files:
        TestMain.cs 
Log Message:


Be more precise about how to locate "Assembly.LoadFrom".


Index: TestMain.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/csunit/TestMain.cs,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** TestMain.cs 9 Dec 2002 04:58:04 -0000       1.9
--- TestMain.cs 9 Dec 2002 10:18:13 -0000       1.10
***************
*** 128,133 ****
                                MethodInfo loadFrom =
                                        typeof(Assembly).GetMethod
!                                               ("LoadFrom",
!                                                BindingFlags.Static | 
BindingFlags.Public);
                                if(loadFrom != null)
                                {
--- 128,132 ----
                                MethodInfo loadFrom =
                                        typeof(Assembly).GetMethod
!                                                       ("LoadFrom", new Type 
[] {typeof(String)});
                                if(loadFrom != null)
                                {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]