TargetFrameworkAttribute(String) Constructor

Definition

Initializes an instance of the TargetFrameworkAttribute class by specifying the .NET version against which an assembly was built.

public:
 TargetFrameworkAttribute(System::String ^ frameworkName);
public TargetFrameworkAttribute (string frameworkName);
new System.Runtime.Versioning.TargetFrameworkAttribute : string -> System.Runtime.Versioning.TargetFrameworkAttribute
Public Sub New (frameworkName As String)

Parameters

frameworkName
String

The version of .NET against which the assembly was built.

Exceptions

frameworkName is null.

Remarks

The string that is assigned to the frameworkName parameter generally takes the same form as the string that is returned by the FrameworkName.ToString method.

Applies to