How many times program has run? C#

前端 未结 9 805
情歌与酒
情歌与酒 2020-12-17 02:26

How can I get the number of times a program has previously run in C# without keeping a file and tallying. If it is not possible that way, can it be gotten from the Scheduled

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-17 02:43

    I recommend using the ESENT database that is included with Windows. Software support is easily available with ESENT Managed Interface.

提交回复
热议问题