On Jan 6, 2012, at 7:19 PM, Vidisha Ghosh wrote: > Thanks for the workaround, that works just fine! And I noticed that those > methods had the structs passed by ref...so maybe that was the problem!
Then no, it's not a problem. The ParameterType will be a ByReferenceType, whose ElementType will be the original Value Type, with .IsValueType returning true. -- -- mono-cecil
