[.NET managed c++] Runtime modification of method attributes.

D

Duncan Aitken

All,

I have a question regarding modifying the metadata of a compiled
assembly at runtime. I am creating objects to be added to a
PropertyGrid control. In particular, I would like to modify the
[Category("...")] and [Description("...")] attribute sections of the
functions of objects added to the property grid, based on data read in
at runtime. I had a look at the Reflection.Emit functionality, but I
couldn't find anything that would allow the modification of an
existing class. Is what I am trying to do possible - is the attribute
metadata stored on an instance level or a class level? Any ideas?

Thanks,

Duncan.
 
V

Victor Bazarov

Duncan said:
All,

[...]

Wrong newsgroup. comp.lang.c++ does not deal with "managed c++"
(whatever that is). Please look for a .NET newsgroup, most likely
among "microsoft.public.*" newsgroup family.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top