Freigeben über


WindowsServiceHelpers.IsWindowsService Methode

Definition

Überprüft, ob der aktuelle Prozess als Windows-Dienst gehostet wird.

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

Gibt zurück

true, wenn der aktuelle Prozess als Windows-Dienst gehostet wird, andernfalls false.

Attribute

Gilt für: