C
Cralis
Hi guys,
Someone once said, 'You can do that with reflection'. I can't recall
what it was I was trying to do at the time, but then he said, 'Any
developer knows what reflection is...'. I kept quiet and smiled.
What is reflection!?
I have been reading it up, and all I can work out is that it has
something to do with Late Binding, and the use of GetType and Type.
But I can't for the life of me figure out why I would want to use it.
Why would I declare something of type Object? Surely I should know
what I wanrt when I write the code?
Hope someone can shed light on it for me, as I'm sure it's an
important thing to know about.
Thanks guys.
Someone once said, 'You can do that with reflection'. I can't recall
what it was I was trying to do at the time, but then he said, 'Any
developer knows what reflection is...'. I kept quiet and smiled.
What is reflection!?
I have been reading it up, and all I can work out is that it has
something to do with Late Binding, and the use of GetType and Type.
But I can't for the life of me figure out why I would want to use it.
Why would I declare something of type Object? Surely I should know
what I wanrt when I write the code?
Hope someone can shed light on it for me, as I'm sure it's an
important thing to know about.
Thanks guys.