Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: List<int> ChildProcessIds(this Process, bool)

Declaration

public static List<int> ChildProcessIds(
    this Process process,
    bool recursive
)

Summary

Returns a list of child processes of this process.

Parameters

this ProcessprocessThe process to return the children of.
boolrecursiveIf true, all the children's children are included recursively. If false, only direct children are included.