OSPlatform.OSX 属性

定义

获取表示 OSX 操作系统的对象。

public:
 static property System::Runtime::InteropServices::OSPlatform OSX { System::Runtime::InteropServices::OSPlatform get(); };
public static System.Runtime.InteropServices.OSPlatform OSX { get; }
member this.OSX : System.Runtime.InteropServices.OSPlatform
Public Shared ReadOnly Property OSX As OSPlatform

属性值

OSPlatform

表示 OSX 操作系统的对象。

适用于