FeatureSupport Methods
.NET Framework 4.5
The FeatureSupport type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetVersionPresent(Object) | When overridden in a derived class, gets the version of the specified feature that is available on the system. |
|
GetVersionPresent(String, String) | Gets the version of the specified feature that is available on the system. |
|
IsPresent(Object) | Determines whether any version of the specified feature is installed in the system. |
|
IsPresent(Object, Version) | Determines whether the specified or newer version of the specified feature is installed in the system. |
|
IsPresent(String, String) | Determines whether any version of the specified feature is installed in the system. This method is static. |
|
IsPresent(String, String, Version) | Determines whether the specified or newer version of the specified feature is installed in the system. This method is static. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |