共用方式為


WindowsServiceHelpers.IsWindowsService 方法

定義

檢查目前的流程是否裝載為 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

傳回

若目前的流程裝載為 Windows 服務,則為 true;否則為 false

屬性

適用於