ManagementFrameworkVersion Class
Provides a container for .NET Framework version information.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ManagementFrameworkVersion(Version, String, String) | Initializes a new instance of the ManagementFrameworkVersion class. |
| Name | Description | |
|---|---|---|
![]() | CanManageFrameworkConfiguration | Gets a value indicating whether the .NET Framework major version is greater than or equal to 2. |
![]() | FrameworkConfigurationPath | Gets the .NET Framework path that is initialized in the constructor. |
![]() | Name | Gets the .NET Framework version name that is initialized in the constructor. |
![]() | Text | Gets the .NET Framework version name that is initialized in the constructor and appends it to the culture independent string ".NET Framework ". |
![]() | Version | Gets the .NET Framework version that is initialized in the constructor. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsEqual(String) | Returns a value indicating whether .NET Framework versions are equal. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

