Terminate all instance of a process.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function TerminateProcess ( _
	processName As String _
) As Boolean
C#
public static bool TerminateProcess(
	string processName
)

Parameters

processName
Type: System..::..String

Return Value

See Also