All types
|
All members
RT.Util.Core
RT.KitchenSink
RT.KitchenSink.Collections
RT.KitchenSink.Lex
RT.KitchenSink.Streams
RT.Util
RT.Util.Collections
RT.Util.Consoles
RT.Util.ExtensionMethods
Array
Extensions
Collection
Extensions
Consecutive
Group
<TItem, TKey>
Console
Extensions
Custom
Comparer
Extensions
Date
Time
Extensions
Dictionary
Extensions
IEnumerable
Extensions
IQueryable
Extensions
Iso
Date
Format
Iso
Date
Precision
Js
Quotes
Numeric
Extensions
Process
Extensions
ChildProcessIds
(
process
,
recursive
)
KillWithChildren
(
process
)
ParentChildProcessIds
()
Random
Extensions
Read
Only
Collection
Extensions
Reflection
Extensions
Rng
Extensions
Stream
Extensions
String
Extensions
Text
Reader
Writer
Extensions
Xml
Linq
Extensions
RT.Util.ExtensionMethods.Obsolete
RT.Util.IL
RT.Util.Paths
RT.Util.Streams
RT.Util.Text
RT.Util.Threading
PuzzleSolvers
RT.CommandLine
RT.Coordinates
RT.Geometry
RT.Json
RT.Lingo.Base
RT.PostBuild
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.Servers
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Extension method:
List<int>
ChildProcessIds
(
this Process
,
bool
)
Declared in:
RT.Util.ExtensionMethods.
ProcessExtensions
Declaration
public static
List<int>
ChildProcessIds
(
this Process
process
,
bool
recursive
)
Summary
Returns a list of child processes of this process.
Parameters
this Process
process
The process to return the children of.
bool
recursive
If true, all the children's children are included recursively. If false, only direct children are included.