[Mono-dev] [PATCH] Correction to the r65131 in System.Web.UI.WebControls/ObjectDataSourceView.cs
Gonzalo Paniagua Javier
gonzalo at novell.com
Mon Oct 9 01:28:51 EDT 2006
On Sun, 2006-10-08 at 06:58 -0700, Konstantin Triger wrote:
> Hello all,
> The r65131 changed the implementation to iterate over the currently
> loaded assemblies and try to load the type from there. This operation
> is relatively heavy and especially very untrivial for Java profile.
> The attached patch uses Type.GetType() for the same purpose, which
> should be equal.
>
> Please approve commit.
Type.GetType will work fine *if* the type if fully qualified. If not, it
will just search in the executing assembly and corlib.
-Gonzalo
More information about the Mono-devel-list
mailing list