G
Guest
Hello
I'm trying to create a class that maps other classes. Basically I want to
pass a custom class to my class and retrieve all it's properties names and
build: lists, arrays, list view controls, etc.
Would the Reflection interface help me with this task? If so how do I go
about using it? I've tried using Reflection with no success, and it's
probably my lack of understanding of the interface, but I'm beginning to
think it can't help me accomplish the task I want.
Any advice would be helpful.
I'm trying to create a class that maps other classes. Basically I want to
pass a custom class to my class and retrieve all it's properties names and
build: lists, arrays, list view controls, etc.
Would the Reflection interface help me with this task? If so how do I go
about using it? I've tried using Reflection with no success, and it's
probably my lack of understanding of the interface, but I'm beginning to
think it can't help me accomplish the task I want.
Any advice would be helpful.