TargetFramework Class
Constants for supported .NET Framework targets.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Applications.TargetFramework
Syntax
public static class TargetFramework
public ref class TargetFramework abstract sealed
[<AbstractClass>]
[<Sealed>]
type TargetFramework = class end
Public NotInheritable Class TargetFramework
Fields
Name | Description | |
---|---|---|
Version20 | .NET Framework 2.0 |
|
Version30 | .NET Framework 3.0 |
|
Version35 | .NET Framework 3.5 |
|
Version35Client | .NET Framework 3.5 Client Profile |
|
Version40 | .NET Framework 4.0 |
|
Version40Client | .NET Framework 4.0 Client Profile |
|
Version45 | .NET Framework 4.5 |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.