文件名称:ExecDLL_demo
介绍说明--下载内容来自于网络,使用问题请自行百度
Most of us know about reflection (Example: Windows COM, .NET) and its flexibilities. Have you ever wondered how to accomplish reflection in Win32 DLL? Here is the funny tool that resulted from that kind of my thought. \"Uh!.. Reflection in Win32 DLL\", oops!.. don t believe 100%. Don t worry, you can t accomplish perfect reflection in WIn32 DLLs in a simple way. In perfect reflection, you don t need the knowledge of source, function, parameters & types until its usage. When considering Win32 DLL, I feel late binding is some sort of reflection (don t accuse me, just an opinion). Late bound DLLs can do without the path name, function name until its usage, but need the function argument type list to compile. It seems late binding is impossible when you don t know the parameter list & type until execution.-Most of us know about reflection (Example: Windows COM, .NET) and its flexibilities. Have you ever wondered how to accomplish reflection in Win32 DLL Here is the funny tool that resulted from that kind of my thought. \"Uh!.. Reflection in Win32 DLL\", oops!.. don t believe 100%. Don t worry, you can t accomplish perfect reflection in WIn32 DLLs in a simple way. In perfect reflection, you don t need the knowledge of source, function, parameters types until its usage. When considering Win32 DLL, I feel late binding is some sort of reflection (don t accuse me, just an opinion). Late bound DLLs can do without the path name, function name until its usage, but need the function argument type list to compile. It seems late binding is impossible when you don t know the parameter list type until e
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ExecDLL.exe
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.