使用C#跟踪用户使用桌面应用程序? [英] Track the users using a desktop application using C#?

查看:108
本文介绍了使用C#跟踪用户使用桌面应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

希望有人可以紧急帮助我:-)



我如何知道使用桌面应用程序的用户数量 - 1.用户是谁2。用户在应用程序中执行的活动。我需要使用C#



此外,是否有任何可以集成到应用程序中的工具或插件?



我尝试了什么:



我尝试过使用sql但是应该在不使用sql的情况下完成数据库,因为它只需要当前登录的用户,并且不需要历史记录或日志。

Hope somebody can help me urgently :-)

How can I know the number of users using a desktop application - 1. Who the user is and 2. the activity performed by the user in the application. I need to do this using C#

Also, are there any tools or plugins that can be integrated into the application for the same?

What I have tried:

I have tried using sql but it should be done without the use of database, as it requires only currently logged in users and the history or log is not required.

推荐答案

为了做到这一点,你需要一个集中式系统,应用程序可以交谈并告诉它谁登录,以及他们正在做什么。



虽然可以找出谁登录到PC甚至是什么他们从远程系统运行的应用程序,如果没有应用程序专门告诉您,您无法在应用程序内找到他们正在做的事情。
In order to do that, you need a centralised system to which the applications can "talk" and tell it who is logged in, and what they are doing.

While it's possible to find out who is logged into a PC and even what apps they are running from a remote system, you can't find out what they are doing inside the app without the app specifically telling you.


这篇关于使用C#跟踪用户使用桌面应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆