System.Windows.Forms.OSFeature Class

Provides operating-system specific feature queries.

See Also: OSFeature Members

Syntax

public class OSFeature : FeatureSupport

Remarks

Use the static instance of this class provided in the OSFeature.Feature property to query for operating system features. You cannot create an instance of this class.

To determine the version of a feature, call the OSFeature.GetVersionPresent(object) method. To determine if a feature or a specific version is present, call the FeatureSupport.IsPresent(string, string) method and specify the feature to look for with the feature identifiers provided in this class.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0