DkmProcess.GetProcesses Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
GetProcesses enumerates all the created DkmProcess objects.
public:
static cli::array <Microsoft::VisualStudio::Debugger::DkmProcess ^> ^ GetProcesses();
public static Microsoft.VisualStudio.Debugger.DkmProcess[] GetProcesses ();
static member GetProcesses : unit -> Microsoft.VisualStudio.Debugger.DkmProcess[]
Public Shared Function GetProcesses () As DkmProcess()
Returns
[Out] Array containing the enumerated elements.