
Signature
Nadav
http://www.ddevel.com
There is no such thing as a ICorModule. We probably thought we'd have it in
early development, then yanked the implementation but forgot to remove the
definition in the header file. Sorry for the red herring.
Instead, you'll want to call mscorpe.dll's CreateICeeFileGen(). That will
give you an ICeeFileGen, and that should let you accomplish what you're
after.
Tim
--------------------
| Thread-Topic: Can't find a way to get the ICeeGen interface
| thread-index: AcR29uM4u73bRBXsR1KQi0fROILgkA==
[quoted text clipped - 24 lines]
| 2. I am using the unmanaged meta-data API.
| I wonder browsing "cor.h" I have encountered the 'ICeeGen' this interface is retrieved by the 'ICorModule' interface, I didn't find any API that
provide me the means to get an 'ICorModule' interface, how should I get
this interface? What object should i create? what method should I call?
| Any comments remarks or pointers will be appreciated.