OSFeature クラス
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)


オペレーティング システムの機能について問い合わせるには、Feature プロパティに指定されている、このクラスの static インスタンスを使用します。このクラスのインスタンスは作成できません。
機能のバージョンを確認するには、GetVersionPresent メソッドを呼び出します。任意の機能または特定のバージョンが存在するかどうかを確認するには、IsPresent メソッドを呼び出し、このクラスで提供されている機能識別子を使用して、検索する機能を指定します。

OSFeature を使用し、LayeredWindows 機能がインストールされているかどうかをオペレーティング システムに問い合わせる例を次に示します。この例では、機能が存在するかどうかを確認する 2 種類の方法を示します。最初のメソッドは、myVersion が null 参照 (Visual Basic では Nothing) かどうかを確認します。バージョンが null 参照 (Visual Basic では Nothing) の場合、機能はインストールされていません。2 番目のメソッドは、基本クラスのメソッド IsPresent を呼び出し、機能がインストールされているかどうかを調べます。結果はテキスト ボックスに表示されます。
このコードは、textBox1 が作成され、フォーム上に配置されていることを前提にしています。
Private Sub LayeredWindows() ' Gets the version of the layered windows feature. Dim myVersion As Version = _ OSFeature.Feature.GetVersionPresent(OSFeature.LayeredWindows) ' Prints whether the feature is available. If Not (myVersion Is Nothing) Then textBox1.Text = "Layered windows feature is installed." & _ ControlChars.CrLf Else textBox1.Text = "Layered windows feature is not installed." & _ ControlChars.CrLf End If 'This is an alternate way to check whether a feature is present. If OSFeature.Feature.IsPresent(OSFeature.LayeredWindows) Then textBox1.Text &= "Again, layered windows feature is installed." Else textBox1.Text &= "Again, layered windows feature is not installed." End If End Sub
private void LayeredWindows() { // Gets the version of the layered windows feature. Version myVersion = OSFeature.Feature.GetVersionPresent(OSFeature.LayeredWindows); // Prints whether the feature is available. if (myVersion != null) textBox1.Text = "Layered windows feature is installed." + '\n'; else textBox1.Text = "Layered windows feature is not installed." + '\n'; // This is an alternate way to check whether a feature is present. if (OSFeature.Feature.IsPresent(OSFeature.LayeredWindows)) textBox1.Text += "Again, layered windows feature is installed."; else textBox1.Text += "Again, layered windows feature is not installed."; }
private: void LayeredWindows() { // Gets the version of the layered windows feature. Version^ myVersion = OSFeature::Feature->GetVersionPresent( OSFeature::LayeredWindows ); // Prints whether the feature is available. if ( myVersion != nullptr ) { textBox1->Text = "Layered windows feature is installed.\n"; } else { textBox1->Text = "Layered windows feature is not installed.\n"; } // This is an alternate way to check whether a feature is present. if ( OSFeature::Feature->IsPresent( OSFeature::LayeredWindows ) ) { textBox1->Text = String::Concat( textBox1->Text, "Again, layered windows feature is installed." ); } else { textBox1->Text = String::Concat( textBox1->Text, "Again, layered windows feature is not installed." ); } }
private void LayeredWindows() { // Gets the version of the layered windows feature. Version myVersion = OSFeature.get_Feature().GetVersionPresent (OSFeature.LayeredWindows); // Prints whether the feature is available. if (myVersion != null) { textBox1.set_Text("Layered windows feature is installed." + '\n'); } else { textBox1.set_Text("Layered windows feature is not installed." + '\n'); } // This is an alternate way to check whether a feature is present. if (OSFeature.get_Feature().IsPresent(OSFeature.LayeredWindows)) { textBox1.set_Text(textBox1.get_Text() + "Again, layered windows feature is installed."); } else { textBox1.set_Text(textBox1.get_Text() + "Again, layered windows feature is not installed."); } } //LayeredWindows

System.Windows.Forms.FeatureSupport
System.Windows.Forms.OSFeature


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


OSFeature メンバ
System.Windows.Forms 名前空間
System.AppDomain
Application クラス
System.Environment
SystemInformation
OSFeature コンストラクタ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)



Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


OSFeature フィールド

名前 | 説明 | |
---|---|---|
![]() | LayeredWindows | レイヤード トップレベル ウィンドウ機能を表します。このフィールドは読み取り専用です。 |
![]() | Themes | オペレーティング システムのテーマ機能を表します。このフィールドは読み取り専用です。 |

関連項目
OSFeature クラスSystem.Windows.Forms 名前空間
System.AppDomain
Application クラス
System.Environment
SystemInformation
OSFeature プロパティ


関連項目
OSFeature クラスSystem.Windows.Forms 名前空間
System.AppDomain
Application クラス
System.Environment
SystemInformation
OSFeature メソッド

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 ( Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 ( Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | GetVersionPresent | オーバーロードされます。 オーバーライドされます。 |
![]() | IsPresent | オーバーロードされます。 オペレーティング システムが、指定した機能の特定のバージョン、または任意のバージョンをサポートしているかどうかを示す値を取得します。 |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |

関連項目
OSFeature クラスSystem.Windows.Forms 名前空間
System.AppDomain
Application クラス
System.Environment
SystemInformation
OSFeature メンバ
オペレーティング システム固有の機能についてのクエリを提供します。
OSFeature データ型で公開されるメンバを以下の表に示します。


名前 | 説明 | |
---|---|---|
![]() | LayeredWindows | レイヤード トップレベル ウィンドウ機能を表します。このフィールドは読み取り専用です。 |
![]() | Themes | オペレーティング システムのテーマ機能を表します。このフィールドは読み取り専用です。 |


名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 (Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 (Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | GetVersionPresent | オーバーロードされます。 オーバーライドされます。 |
![]() | IsPresent | オーバーロードされます。 オペレーティング システムが、指定した機能の特定のバージョン、または任意のバージョンをサポートしているかどうかを示す値を取得します。 |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

関連項目
OSFeature クラスSystem.Windows.Forms 名前空間
System.AppDomain
Application クラス
System.Environment
SystemInformation
Weblioに収録されているすべての辞書からOSFeatureを検索する場合は、下記のリンクをクリックしてください。

- OSFeatureのページへのリンク