次の方法で共有


NSProcessInfo.OperatingSystem プロパティ

定義

開発者は、この非推奨のプロパティを使用しないでください。 開発者は、代わりに 'OperatingSystemVersion' または 'IsOperatingSystemAtLeastVersion' を使用する必要があります。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'OperatingSystemVersion' or 'IsOperatingSystemAtLeastVersion' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'OperatingSystemVersion' or 'IsOperatingSystemAtLeastVersion' instead.")]
public virtual nint OperatingSystem { [Foundation.Export("operatingSystem")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'OperatingSystemVersion' or 'IsOperatingSystemAtLeastVersion' instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'OperatingSystemVersion' or 'IsOperatingSystemAtLeastVersion' instead.")] get; }
member this.OperatingSystem : nint

プロパティ値

System.System.IntPtr System.nativeint
属性

適用対象