On Wednesday, April 28, 2010, Jan <[email protected]> wrote:
> Hi Jon,
>
> yep, I am bound to 2.0.
>
> BTW: Linq is nice but if the assembly is huge and I am searching very
> often for a type by name, building up a dictionary is still a lot
> faster.

You can use ModuleDefinition.GetType(string) which does a dictionary lookup.

-- 
Jb Evain  <[email protected]>

-- 
--
mono-cecil

Reply via email to