Hey,

On 11/5/08, JasonBock <[EMAIL PROTECTED]> wrote:
>  I have a TypeReference. I want to turn it into a .NET Type (i.e
>  System.Type in mscorlib). Is there a way to do this in the API, either
>  directly or indirectly?

There's no such API I'm aware of. To be honest it's the first time
I've been asked for that.

A simple way to do that would be by resolving types by names. Note
that Cecil uses the CIL naming conventions, while System.Reflection
has a custom naming scheme for nested types and generic definitions.

-- 
Jb Evain  <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to