FrameworkName Class
Represents the name of a version of the .NET Framework.
Assembly: System (in System.dll)
| 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() | |
![]() | ToString() | Returns the string representation of this FrameworkName object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(FrameworkName^, FrameworkName^) | Returns a value that indicates whether two FrameworkName objects represent the same .NET Framework version. |
![]() ![]() | Inequality(FrameworkName^, FrameworkName^) | Returns a value that indicates whether two FrameworkName objects represent different .NET Framework versions. |
Available since 10
.NET Framework
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



