Sign in
Haibo Luo's weblog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
DynamicMethod
IronPython
IronRuby
Miscellaneous
Pages
Reflection
Reflection.Emit
VisualStudio
Browse by Tags
MSDN Blogs
>
Haibo Luo's weblog
>
All Tags
>
pages
Tagged Content List
Blog Post:
Set Value on Array: Performance Test
Haibo Luo - MSFT
// // Please refer to http://blogs.msdn.com/haibo_luo "Late-bound array operations" post // // To compile this file, you need download Vance's CodeTimers class // @ http://blogs.msdn.com/vancem/archive/2006/09/21/765648.aspx // // THIS CODE IS PROVIDED "AS IS", WITH NO WARRANTIES INTENDED OR IMPLIED...
on
27 Nov 2006
Blog Post:
Try ILReader
Haibo Luo - MSFT
# # Sample code to demonstrate how to use ILReader # By Haibo Luo @ http://blogs.msdn.com/haibo_luo # # THIS CODE IS PROVIDED "AS IS", WITH NO WARRANTIES INTENDED OR IMPLIED. USE AT YOUR OWN RISK # import clr, sys, System try: clr.AddReference(r'ClrTest.Reflection.ILReader.dll') except:...
on
6 Nov 2006
Blog Post:
LateNew source
Haibo Luo - MSFT
The following code is for the post " Activator.CreateInstance and beyond " **All source code is provided as is, with no warranties intended or implied. Use at your own risk.** Instruction perl sample.pl > sample.cs csc /t:library sample.cs csc /o+ latenew.cs To run: latenew sample.dll 1000...
on
17 Nov 2005
Page 1 of 1 (3 items)