Click here to Skip to main content
15,881,089 members
Articles / Programming Languages / C#

A General Fast Method Invoker

Rate me:
Please Sign up or sign in to vote.
4.96/5 (76 votes)
4 Jul 20061 min read 265.3K   3.1K   178  
Method reflecting invoke is nice, but very frequently it can be too slow. This article describes an alternative method for dynamic method invoke.

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
China China
I am currently working for a .NET framework names AgileFramework. It's introduction at here:
http://www.agilelabs.cn/agileframework

Now I'm living in China. I have been designing and developing .NET based software applications for 5+ years.

Comments and Discussions