Writing drivers in C#

后端 未结 5 1473
长发绾君心
长发绾君心 2020-12-08 14:04

I have written earlier in C/C++ but currently, I need it to convert into C#.

Can anyone tell me the code/way How to write drivers in C#?

Actually currently I

5条回答
  •  悲哀的现实
    2020-12-08 14:59

    Actually, you can write some drivers in C# if you use UMDF because it runs in usermode (see Getting Started with UMDF). But my recommendation is to use C/C++.

提交回复
热议问题