Click or drag to resize

ChildProcessManager Class

Represents a manager for automatically terminating child processes.
Inheritance Hierarchy
SystemObject
  GSF.DiagnosticsChildProcessManager

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public sealed class ChildProcessManager : IDisposable
View Source

The ChildProcessManager type exposes the following members.

Constructors
 NameDescription
Public methodChildProcessManager Creates a new ChildProcessManager.
Top
Methods
 NameDescription
Public methodAddProcess Associates the specified process as a child of this ChildProcessManager instance.
Public methodDispose Releases all the resources used by the ChildProcessManager object.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize Make sure child processes get disposed.
(Overrides ObjectFinalize)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventTerminationException Raised when there is an exception while attempting to terminate child process.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also