Is it true that delegates are internally invoked using reflection?
I know that every delegate class has the Method property of type MethodInfo,
but does the delegate actually use it to invome the method?
Thanks.
Barry Kelly - 22 May 2007 20:36 GMT
> Is it true that delegates are internally invoked using reflection?
No.
> I know that every delegate class has the Method property of type MethodInfo,
> but does the delegate actually use it to invome the method?
No.
-- Barry

Signature
http://barrkel.blogspot.com/
Manish Bafna - 23 May 2007 05:58 GMT
Hi,
Below link beautifully explains and looks into your query:
http://blog.monstuff.com/archives/000037.html
Hope this helps

Signature
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
> Is it true that delegates are internally invoked using reflection?
> I know that every delegate class has the Method property of type MethodInfo,
> but does the delegate actually use it to invome the method?
> Thanks.
Manish Bafna - 23 May 2007 07:35 GMT
Hi,
I have already posted this message twice but i dont how it got removed.So
posting again.Below link beautifully explains and looks into your query:
http://blog.monstuff.com/archives/000037.html

Signature
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
> Is it true that delegates are internally invoked using reflection?
> I know that every delegate class has the Method property of type MethodInfo,
> but does the delegate actually use it to invome the method?
> Thanks.