smsclictr.automation library
Get the Win32_Service ManagementObject of a Service

Namespace:  smsclictr.automation
Assembly:  smsclictr.automation(in smsclictr.automation.dll) Version: 1.1.3731.16627 (1.1.2.4)

Syntax

C#
public 
ManagementObject 
GetService(
	
string 
ServiceName
)

Parameters

ServiceName
Type: System . . :: . String

Return Value

Win32_Service ManagementObject

See Also