Hi,

I have a method reference to a method with a ref parameter DateTime&.
I want to emit a call to this method and use MethodDefinition.Import()
to be sure that the reference is resolved to the right assembly.

The problem is that after MethodDefinition.Import() the DateTime&
parameter is a DateTime* parameter.

When should I call MethodDefinition.Import() and when does it not make
sense?

Thanks

Jan

-- 
--
mono-cecil

Reply via email to