Check if a service is installed
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function ServiceIsInstalled ( _ name As String _ ) As Boolean |
| C# |
|---|
public static bool ServiceIsInstalled( string name ) |
Parameters
- name
- Type: System..::..String