如何通过进程C#查找(详细信息)系统调用 [英] how to find (details ) system call by a process C#

查看:117
本文介绍了如何通过进程C#查找(详细信息)系统调用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何通过进程C#查找(详细信息)系统调用.
我想知道如何获取有关正在运行的进程进行的系统调用的函数调用和参数之类的详细信息.

How to find (details ) system call by a process C#.
i want to know how get detail such as function call and argument passed about system call made by a running process.

推荐答案

问题是用非常隐秘的方式提出的,因此我们几乎无法理解您在说什么.最有可能的,您需要学习P/Invoke:
http://en.wikipedia.org/wiki/P/invoke [ http://msdn.microsoft.com/library/en-us/vcmxspec/html/vcmg_PlatformInvocationServices.asp [^ ].

此CodeProject也可能有用: Essential P/Invoke [ http://www.pinvoke.net/ [ ^ ].

享受,
—SA
P.S.:如果可以找到纯.NET解决方案,请避免使用P/Invoke.请记住,.NET API主要是多平台的(BCL和非标准化FCL的很大一部分),而P/Invoke则不是.
The question is asked in a very cryptic way, so we barely can understand what you are talking about. Most likely, you need to learn P/Invoke:
http://en.wikipedia.org/wiki/P/invoke[^],
http://msdn.microsoft.com/library/en-us/vcmxspec/html/vcmg_PlatformInvocationServices.asp[^].

This CodeProject can also be useful: Essential P/Invoke[^].

And here you will find Windows API already "ported" to P/Invoke use: http://www.pinvoke.net/[^].

Enjoy,
—SA
P.S.: Avoid using P/Invoke if you can find pure .NET solution. Remember, .NET API is majorly multi-platform (BCL and big part of non-standardized FCL), P/Invoke is not.


这篇关于如何通过进程C#查找(详细信息)系统调用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆