RuntimeInformation.IsOSPlatform(OSPlatform) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出目前的應用程式是否正在指定的平台上執行。
public:
static bool IsOSPlatform(System::Runtime::InteropServices::OSPlatform osPlatform);
public static bool IsOSPlatform (System.Runtime.InteropServices.OSPlatform osPlatform);
static member IsOSPlatform : System.Runtime.InteropServices.OSPlatform -> bool
Public Shared Function IsOSPlatform (osPlatform As OSPlatform) As Boolean
參數
- osPlatform
- OSPlatform
平台。
傳回
如果目前的應用程式正在指定的平台上執行,則為 true
;否則為 false
。