是否可以使用C#将DLL文件注入到资源管理器或svchost等进程中?我知道这在C++中是可能的,但是在C#中可以吗?如果是这样,那么动态链接库是如何编写的就很重要了吗?例如,在Visual Studio C# .NET动态链接库和C++动态链接库之间有区别吗?如果这是在所有可能的人可以张贴的代码,我可以用来做这件事。非常感谢。
public static WindowProc newWindowDeleg; static extern int SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong);
static extern int GetWindowLong(IntPtr hWnd, int nIn