FrameworkName Class

.NET Framework (current version)
 

Represents the name of a version of the .NET Framework.

Namespace:   System.Runtime.Versioning
Assembly:  System (in System.dll)

System::Object
  System.Runtime.Versioning::FrameworkName

[SerializableAttribute]
public ref class FrameworkName sealed : IEquatable<FrameworkName^>

NameDescription
System_CAPS_pubmethodFrameworkName(String^)

Initializes a new instance of the FrameworkName class from a string that contains information about a version of the .NET Framework.

System_CAPS_pubmethodFrameworkName(String^, Version^)

Initializes a new instance of the FrameworkName class from a string and a Version object that identify a .NET Framework version.

System_CAPS_pubmethodFrameworkName(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.

NameDescription
System_CAPS_pubpropertyFullName

Gets the full name of this FrameworkName object.

System_CAPS_pubpropertyIdentifier

Gets the identifier of this FrameworkName object.

System_CAPS_pubpropertyProfile

Gets the profile name of this FrameworkName object.

System_CAPS_pubpropertyVersion

Gets the version of this FrameworkName object.

NameDescription
System_CAPS_pubmethodEquals(FrameworkName^)

Returns a value that indicates whether this FrameworkName instance represents the same .NET Framework version as a specified FrameworkName instance.

System_CAPS_pubmethodEquals(Object^)

Returns a value that indicates whether this FrameworkName instance represents the same .NET Framework version as a specified object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for the FrameworkName object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the string representation of this FrameworkName object.(Overrides Object::ToString().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(FrameworkName^, FrameworkName^)

Returns a value that indicates whether two FrameworkName objects represent the same .NET Framework version.

System_CAPS_puboperatorSystem_CAPS_staticInequality(FrameworkName^, FrameworkName^)

Returns a value that indicates whether two FrameworkName objects represent different .NET Framework versions.

Universal Windows Platform
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.

Return to top
Show: