On 1/9/08, Jb Evain <[EMAIL PROTECTED]> wrote: > cil.Emit (OpCodes.Call, typeof (Attribute).GetConstructor > (BindingFlags.NonPublic | BindingFlags.Instance, null, > Type.EmptyTypes, null));
Actually, you have to Import the result of GetConstructor for it to work. -- Jb Evain <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
