Click here to Skip to main content
15,891,873 members
Articles / Desktop Programming / WPF

Genereting proxies during runtime using Reflection.Emit

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
25 Dec 2018CPOL15 min read 4.6K   2  
Reflection.Emit is very powerful tool. It creates IL code and since C# is converted into IL too, we have the same functionality as in C# and even more. It is very powerful and at the same time very complicated. Because of that it is worth to discuss how and for what it should be used.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Poland Poland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions