Click or drag to resize

Utils_ServiceGetService Method

Get a windows service by its name.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static ManagementObject GetService(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: ManagementObject
ManagementObject
See Also