RequiredRuntimeAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor taking a version, such as "v2.0".
public:
RequiredRuntimeAttribute(System::String ^ runtimeVersion);
public RequiredRuntimeAttribute (string runtimeVersion);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public RequiredRuntimeAttribute (string runtimeVersion);
new Microsoft.Build.Framework.RequiredRuntimeAttribute : string -> Microsoft.Build.Framework.RequiredRuntimeAttribute
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
new Microsoft.Build.Framework.RequiredRuntimeAttribute : string -> Microsoft.Build.Framework.RequiredRuntimeAttribute
Public Sub New (runtimeVersion As String)
Parameters
- runtimeVersion
- String
The version of the CLR runtime required prefaced with a "v," such as "v2.0."
- Attributes