RuntimeInformation.IsOSPlatform(OSPlatform) メソッド

定義

現在のアプリケーションが、指定したプラットフォームで実行されているかどうかを示します。

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 です。

適用対象