挂钩 ADO.Net
我想在进程使用 ADO.Net 时挂钩一些函数,ADO.Net 使用哪些本机函数连接到数据库? 它使用什么Dll?
I want to hook some functions when a process is using ADO.Net, what are the native function ADO.Net uses to connect to the database?
What Dlls does it use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ADO.NET 实现使用托管代码来执行数据库操作。没有您正在寻找的单一本机功能集。
ADO.NET implementations use managed code to execute database operations. There is not single native function set that your are looking for.