Renaming typedefs using the unmanaged reflection API (is it possib

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Nadav (Nadav_at_discussions.microsoft.com)
Date: 09/11/04

  • Next message: Slava M. Usov: "Re: How to retrieve serial number of OS or CPU for copy protection?"
    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
    

  • Next message: Slava M. Usov: "Re: How to retrieve serial number of OS or CPU for copy protection?"

    Relevant Pages