Hello All, Perhaps a crazy question, but I'll ask anyway. Is it possible to call an unmanaged class's member function using the calli opcode with the thiscall calling convention, i.e. can I call a (virtual) method on a C++ object from managed code by emitting the necessary il (via a dynamic method)? Thanks, Jonathan