System.Windows.Forms.FeatureSupport Class

Provides static methods for retrieving feature information from the current system.

See Also: FeatureSupport Members

Syntax

public abstract class FeatureSupport : IFeatureSupport

Remarks

Use the static methods of this class when the classes you query for feature information implement the System.Windows.Forms.IFeatureSupport interface. Otherwise, inherit from System.Windows.Forms.FeatureSupport and provide your own implementation. For an implementation of this class, see System.Windows.Forms.OSFeature.

To get the version number of a feature, call FeatureSupport.GetVersionPresent(string, string). Call FeatureSupport.IsPresent(string, string) to determine if a particular feature or version of a feature is installed.

Requirements

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