Instance Method インスタンスメソッド

operatingSystemName

Returns a string containing the name of the operating system on which the process is executing. それの上でプロセスが遂行しているオペレーティングシステムの名前を含んでいるある文字列を返します。

Declaration 宣言

- (NSString *)operatingSystemName;

Return Value 戻り値

Operating system name. In macOS, it’s @"NSMACHOperatingSystem" オペレーティングシステム名。macOSでは、それは@"NSMACHOperatingSystem"です

See Also 参照

Getting Host Information ホスト情報を得る