IsSupported メソッド
| 編集/提案 ソースを表示IsSupported(out PlatformNotSupportedException)
Windows API の呼び出しが実行できる環境かどうか判定します。
宣言
public bool IsSupported(out PlatformNotSupportedException reason)
引数
型 | 名前 | 説明 |
---|---|---|
System.PlatformNotSupportedException | reason | サポートされない場合、その理由を表す例外オブジェクトを返します。 |
戻り値
型 | 説明 |
---|---|
System.Boolean | サポートされる場合はtrue、それ以外の場合はfalseを返します。 |
実装
| 編集/提案 ソースを表示IsSupported()
Windows API の呼び出しが実行できる環境かどうか判定します。
宣言
public static bool IsSupported()
戻り値
型 | 説明 |
---|---|
System.Boolean | サポートされる場合はtrue、それ以外の場合はfalseを返します。 |