This documentation is archived and is not being maintained.
FrameworkName Class
Visual Studio 2010
Represents the name of a version of the .NET Framework.
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).) |
![]() | 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 | Returns the hash code for the FrameworkName object. (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
