Partager via


WindowsServiceHelpers.IsWindowsService Méthode

Définition

Vérifiez si le processus en cours est hébergé en tant que service Windows.

public:
 static bool IsWindowsService();
[System.Runtime.Versioning.SupportedOSPlatformGuard("windows")]
public static bool IsWindowsService ();
public static bool IsWindowsService ();
[<System.Runtime.Versioning.SupportedOSPlatformGuard("windows")>]
static member IsWindowsService : unit -> bool
static member IsWindowsService : unit -> bool
Public Shared Function IsWindowsService () As Boolean

Retours

true si le processus en cours est hébergé en tant que service Windows, sinon, false.

Attributs

S’applique à