Native methods
Ivan Suárez <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.rotor |
|---|---|
| Message-ID | <000001c3506a$201ddf90$6a1f59d4@ejy16fk7rdo3aff> |
I need to know in jit time if a method called with call or callvirt instructions are native (implemented in C++ inside the Rotor) or are "normal" methods. I tried with the flag CORINFO_FLG_NATIVE, but it does not give me the information that I want. How can I know this? Thanks in advance