Click here to Skip to main content
15,881,882 members
Articles / Programming Languages / MSIL

Fasterflect - a fast and simple API for Reflection invocation

Rate me:
Please Sign up or sign in to vote.
4.82/5 (14 votes)
9 Aug 2009Apache8 min read 70.4K   937   50  
Examine the implementation, API, and performance for Fasterflect, an alternative to the .NET Reflection API.
D:\_WORK\Projects\Fasterflect\FasterflectSample\bin\Release\FasterflectSample.exe
D:\_WORK\Projects\Fasterflect\FasterflectSample\bin\Release\FasterflectSample.pdb
D:\_WORK\Projects\Fasterflect\FasterflectSample\bin\Release\Fasterflect.dll
D:\_WORK\Projects\Fasterflect\FasterflectSample\bin\Release\Fasterflect.pdb
D:\_WORK\Projects\Fasterflect\FasterflectSample\obj\Release\ResolveAssemblyReference.cache
D:\_WORK\Projects\Fasterflect\FasterflectSample\obj\Release\FasterflectSample.exe
D:\_WORK\Projects\Fasterflect\FasterflectSample\obj\Release\FasterflectSample.pdb

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Chief Technology Officer KMS Technology
Vietnam Vietnam
You can visit Buu's blog at http://www.buunguyen.net/blog to read about his thoughts on software development.

Comments and Discussions