ToolWindowGuids80.Processes Field

Definition

This tool window displays a list of processes that are running while debugging.

public: System::String ^ Processes;
std::wstring Processes;
public const string Processes;
val mutable Processes : string
Public Const Processes As String 

Field Value

Remarks

The GUID for this tool window is:

#define guidProcesses { 0x51C76317, 0x9037, 0x4CF2, { 0xA2, 0x0A, 0x62, 0x06, 0xFD, 0x30, 0xB4, 0xA1 } }  

This tool window is typically available by selecting Processes from the Windows submenu of the Debug menu.

Applies to