What's a good, if any, .NET Windows automation library?

后端 未结 9 972
北海茫月
北海茫月 2020-12-02 07:57

I\'m looking for a library that can be used in native .NET code, just like any .NET assembly. The purpose of the library must be to automate Windows (push a button, select a

9条回答
  •  暖寄归人
    2020-12-02 08:15

    How about CSharpScript, here's an article about it on Codeproject, and here's the link to the main website. Furthermore, it is familiar C#, scripted which can be used to automate anything.

    Hope this helps, Best regards, Tom.

提交回复
热议问题