Instance Property インスタンスプロパティ

iOSAppOnMac

A Boolean value that indicates whether the process is an iPhone or iPad app running on a Mac. あるブール値、それはプロセスがMac上で動作しているiPhoneやiPadアプリであるかどうかを指し示します。

Declaration 宣言

@property(readonly, getter=isiOSAppOnMac) BOOL iOSAppOnMac;

Discussion 議論

The value of this property is YES only when the process is an iOS app running on a Mac. The value of the property is NO for all other apps on the Mac, including Mac apps built using Mac Catalyst. The property is also NO for processes running on platforms other than macOS. このプロパティの値は、YESです、そのプロセスがMac上で動作しているiOSアプリである場合にのみ。プロパティの値は、Mac上での全ての他のアプリに対してNOです、Mac Catalystを使ってビルドされたMacアプリを含めて。プロパティはまた、macOS以外のプラットホーム上で動作しているプロセスに対してNOです。

See Also 参照

Accessing Process Information プロセス情報にアクセスする