dotPeek 2017.1 Help

Process Explorer window

Windows | Process Explorer

The Process Explorer window provides you with the list of currently running processes and allows exploring their modules and decompiling those of them that are .NET assemblies.

/help/img/dotnet/2017.1/dotPeek_Process_Explorer.png

Context menu commands

ItemDescription
Add Assembly to Assembly Explorer Adds the assemblies selected in the Process Explorer tree to the Assembly Explorer window.
If you select a process, all assemblies that belong to the process will be added to the Assembly Explorer. Only .NET assemblies loaded from disk files are added, dynamic assemblies and native modules are ignored.
Open containing folder Opens the assembly/pocess executable file in Windows Explorer
Copy full path Copies full path to the assembly/pocess executable file to the clipboard

Toolbar controls

ControlNameDescription
/help/img/dotnet/2017.1/ThemedIcon.AddedParameter.Screen.[Gray].png Add Assembly to Assembly Explorer Adds the assemblies selected in the Process Explorer tree to the Assembly Explorer window.
If you select a process, all assemblies that belong to the process will be added to the Assembly Explorer. Only .NET assemblies loaded from disk files are added, dynamic assemblies and native modules are ignored.
/help/img/dotnet/2017.1/ThemedIcon.ProcessHierarchy.Screen.[Gray].png Show process hierarchy Controls whether the process tree reflects the parent-child relationship between processes.
If this mode is off, all processes are displayed in a flat list.
If this mode is on, child processes are shown inside their parent processes under the Child processes node.
/help/img/dotnet/2017.1/ThemedIcon.Clr.Screen.[Gray].png Show CLR Hierarchy Controls whether the process tree reflects CLR hierarchies.
If this mode is off, managed and native modules are shown in a flat list under their parent process nodes.
If this mode is on, managed assemblies of each process are grouped by their CLR versions and application domains, and native modules (if the Show Native Modules mode is on) are shown under a separate Native Modules node. This mode is available on Windows Vista or higher and requires administrative privileges to work on the full scale.
/help/img/dotnet/2017.1/ThemedIcon.NativeProcess.Screen.[Gray].png Show native processes Controls whether the Process Explorer shows native Windows processes.
By default the Process Explorer only shows managed processes. If this mode is on, both managed and native processes are shown. Native processes are shown in grey and cannot be added to the Assembly Explorer.
/help/img/dotnet/2017.1/ThemedIcon.NativeModule.Screen.[Gray].png Show native modules Controls whether the Process Explorer shows native modules.
By default the Process Explorer only shows managed assemblies. If this mode is on, both managed assemblies and native modules are shown in the tree. Native modules are shown in grey and cannot be added to the Assembly Explorer.
/help/img/dotnet/2017.1/ThemedIcon.FindWindow.Screen.[Gray].png Find Process by Window Helps to find a process by its window.
After clicking this button, you can hover the mouse pointer over windows of your desktop and identify the related processes. In this mode, a tooltip appear over each window with the PID and CLR version, and the process is highlighted in the Process Explorer tree. This mode is turned off as soon as you click any mouse button or press any key.
/help/img/dotnet/2017.1/ThemedIcon.Refresh.Screen.[Gray].png Refresh Updates the displayed snapshot of running processes.
Last modified: 24 August 2017

See Also