Writing drivers in C#

后端 未结 5 1474
长发绾君心
长发绾君心 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:48

    You can't write drivers in C#; drivers need to run with elevated privilege to be able to talk to hardware; managed code cannot be run in the appropriate environment.

提交回复
热议问题