OperatingSystem.IsIOS 메서드

정의

현재 애플리케이션이 iOS 또는 MacCatalyst에서 실행 중인지 여부를 나타냅니다.

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

반품

true 현재 애플리케이션이 iOS 또는 MacCatalyst에서 실행 중이면 이고, false 그렇지 않으면.

특성

적용 대상