다음을 통해 공유


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입니다.

특성

적용 대상