What does this do? tasklist /m “mscor*”

前端 未结 3 718
滥情空心
滥情空心 2021-01-04 10:07

Saw this question here : What Great .NET Developers Ought To Know (More .NET Interview Questions)

3条回答
  •  耶瑟儿~
    2021-01-04 10:26

    It would seem to list all processes using modules like mscoree.dll, mscorwks.dll, etc. This would be .NET processes and possibly processes hosting .NET plug-ins.

提交回复
热议问题