Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: void KillWithChildren(this Process)

Declaration

public static void KillWithChildren(
    this Process process
)

Summary

Kills this process and all children. Swallows all exceptions and does not wait for processes to die or check that they died.