The world as i see it RSS 2.0
 Tuesday, April 22, 2008

You can use the DynamicMethod class to generate and execute a method at run time, without having to generate a dynamic assembly and a dynamic type to contain the method. The executable code created by the just-in-time (JIT) compiler is reclaimed when the DynamicMethod object is reclaimed. Dynamic methods are the most efficient way to generate and execute small amounts of code.

A dynamic method can be anonymously hosted, or it can be logically associated with a module or with a type.



Source: http://msdn2.microsoft.com/en-us/library/system.reflection.emit.dynamicmethod.aspx


.NET version: 2.0,3.0,3.5

Tuesday, April 22, 2008 9:48:49 PM (GMT Standard Time, UTC+00:00)  #    Comments [0] - Trackback
Technology | .NET
Categories
Archive
<April 2008>
SunMonTueWedThuFriSat
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2008
Dev
Sign In
Statistics
Total Posts: 25
This Year: 25
This Month: 10
This Week: 0
Comments: 0
Themes
All Content © 2008, Dev
DasBlog theme 'Business' created by Christoph De Baene (delarou)