Possible Duplicate:
Getting Enum value via reflection
With mytype.ReflectedType.GetFields()
I can get the constants defined in a c# class.
how can I get with mytype.ReflectedType.XXX
a certain enum I have defined inside the c# class during runtime?