Click or drag to resize

ServiceHelperFindProcess Method

Returns the ServiceProcess for the specified processName.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public ServiceProcess FindProcess(
	string processName
)
View Source

Parameters

processName  String
Name of the ServiceProcess to be retrieved.

Return Value

ServiceProcess
ServiceProcess object if found; otherwise null.
See Also