Renaming typedefs using the unmanaged reflection API (is it possib
From: Nadav (Nadav_at_discussions.microsoft.com)
Date: 09/11/04
- Previous message: Yakov: "Re: webservices in C++"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 11 Sep 2004 12:07:12 -0700
Hi,
I am using the unmanaged reflection API ( e.g. IMetaDataImport,
IMetaDataEmit, … ) and I wonder…. I couldn’t find a way renaming a
Field/Method name… How could I do that? Concerning fields, I have tried to
delete the filed and re-create the field with a different name; however the
runtime doesn’t recognize the new field upon execution… How can I rename a
method/field name??? is it possible through the un-managed API or should I
rather access the metadata memory directly????
--
Nadav
http://www.ddevel.com
- Previous message: Yakov: "Re: webservices in C++"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|