Hey, On Thu, Apr 29, 2010 at 2:46 PM, Jan <[email protected]> wrote: > I am adding a ref param to a new generated function. The ref is > generated by using 'new ByReferenceType'. > > Peverify tells me: > > [MD]: Error: Signature contains long form (such as > ELEMENT_TYPE_CLASS<token of S > ystem.String>). [token:0x06000151] > > Is there anything I have to call on the ref or on the paramater to > avoid this peverify error?
Are you creating yourself a TypeReference to System.String ? -- Jb Evain <[email protected]> -- -- mono-cecil
