windows - See the stack of a process or what files and assemblies is calling or using -


al right! might sound crazy.

i want know if possible see code or specific process using. have scheduled task supposed ran process. font end app says scheduled task executed successfully, don't see in logs.

i want know if there tool see process doing.

the best suite windows sysinternals mark russinovich (now bought microsoft). here.

use process explorer.

ever wondered program has particular file or directory open? can find out. process explorer shows information handles , dlls processes have opened or loaded.

the process explorer display consists of 2 sub-windows. top window shows list of active processes, including names of owning accounts, whereas information displayed in bottom window depends on mode process explorer in: if in handle mode you'll see handles process selected in top window has opened; if process explorer in dll mode you'll see dlls , memory-mapped files process has loaded. process explorer has powerful search capability show processes have particular handles opened or dlls loaded.

the unique capabilities of process explorer make useful tracking down dll-version problems or handle leaks, , provide insight way windows , applications work.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -