开发者

What assembly reference do I add to use System.Win32?

开发者 https://www.devze.com 2023-02-03 07:42 出处:网络
I\'m trying to use objects within System.Win32.SystemEv开发者_如何学JAVAents, but I can\'t find the assembly to add to my C# project. There is no obvious dll anywhere...Don\'t you mean:

I'm trying to use objects within System.Win32.SystemEv开发者_如何学JAVAents, but I can't find the assembly to add to my C# project. There is no obvious dll anywhere...


Don't you mean:

Microsoft.Win32.SystemEvents

You don't need to reference any additional assemblies for that.

Assembly: System (in System.dll). This assembly is already referenced.

0

精彩评论

暂无评论...
验证码 换一张
取 消