C++/CLI is not able to do what you want.
C++/CLI does not create metadata for native classes and structs (with one
exception that is not relevant here.)
The only option I see is parsing the .h file to get the metadata for the
native types.
Marcus Heege
> Hi guys,
>
[quoted text clipped - 21 lines]
>
> Thanks
Jack Ukleja - 31 Oct 2005 10:51 GMT
What is the exception?
Is the C++ Code DOM going to help me much in this case? It wouldnt
understand much about the struct layouts would it?
I remember there is an API for examining some of the output files of the cpp
compiler that contains all the struct layout info in it, but I cannot
remember what is it called. Its quite old I think.
> C++/CLI is not able to do what you want.
>
[quoted text clipped - 30 lines]
> >
> > Thanks