ManagementFrameworkVersion Class

Definition

Provides a container for .NET Framework version information.

public ref class ManagementFrameworkVersion sealed
public sealed class ManagementFrameworkVersion
type ManagementFrameworkVersion = class
Public NotInheritable Class ManagementFrameworkVersion
Inheritance
ManagementFrameworkVersion

Constructors

ManagementFrameworkVersion(Version, String, String)

Initializes a new instance of the ManagementFrameworkVersion class.

Properties

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.

Methods

IsEqual(String)

Returns a value indicating whether .NET Framework versions are equal.

Applies to