[Mono-list] Speed of MethodInfo.Invoke?

Chad Robinson crj at lucubration.com
Fri Jan 27 08:50:39 EST 2006


I have a question about Mono internals (or CLR internals?). How is 
MethodInfo.Invoke actually implemented? I'm trying to write an extensible 
application that would support loading custom modules in external DLLs. 
However, the application is also tightly performance constrained. I guess what 
I'm asking is, what is the overhead like for invoking a method discovered 
through MethodInfo (assume I discover in advance, assume 2-3 object ref 
params) vs. a traditional call?

Regards,
Chad



More information about the Mono-list mailing list