System.Windows.Forms.FeatureSupport Members

The members of System.Windows.Forms.FeatureSupport are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Windows.Forms.FeatureSupport class.

Public Methods

abstract
GetVersionPresent(object) : Version

When overridden in a derived class, gets the version of the specified feature that is available on the system.

static
GetVersionPresent(string, string) : Version

Gets the version of the specified feature that is available on the system.

IsPresent(object) : bool

Determines whether any version of the specified feature is installed in the system.

IsPresent(object, Version) : bool

Determines whether the specified or newer version of the specified feature is installed in the system.

static
IsPresent(string, string) : bool

Determines whether any version of the specified feature is installed in the system. This method is static.

static
IsPresent(string, string, Version) : bool

Determines whether the specified or newer version of the specified feature is installed in the system. This method is static.