FrameworkName Class
.NET Framework 4.5
Represents the name of a version of the .NET Framework.
Namespace: System.Runtime.Versioning
Assembly: System (in System.dll)
The FrameworkName type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FrameworkName(String) | Initializes a new instance of the FrameworkName class from a string that contains information about a version of the .NET Framework. |
![]() | FrameworkName(String, Version) | Initializes a new instance of the FrameworkName class from a string and a Version object that identify a .NET Framework version. |
![]() | FrameworkName(String, Version, String) | Initializes a new instance of the FrameworkName class from a string, a Version object that identifies a .NET Framework version, and a profile name. |
| Name | Description | |
|---|---|---|
![]() | FullName | Gets the full name of this FrameworkName object. |
![]() | Identifier | Gets the identifier of this FrameworkName object. |
![]() | Profile | Gets the profile name of this FrameworkName object. |
![]() | Version | Gets the version of this FrameworkName object. |
| Name | Description | |
|---|---|---|
![]() | Equals(FrameworkName) | Returns a value that indicates whether this FrameworkName instance represents the same .NET Framework version as a specified FrameworkName instance. |
![]() | Equals(Object) | Returns a value that indicates whether this FrameworkName instance represents the same .NET Framework version as a specified object. (Overrides Object.Equals(Object).) |
![]() | GetHashCode | Returns the hash code for the FrameworkName object. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the string representation of this FrameworkName object. (Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Returns a value that indicates whether two FrameworkName objects represent the same .NET Framework version. |
![]() ![]() | Inequality | Returns a value that indicates whether two FrameworkName objects represent different .NET Framework versions. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
