Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FrameworkName Constructor

.NET Framework (current version)
 

Initializes a new instance of the FrameworkName class.

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

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.

Return to top
Show:
© 2017 Microsoft