共用方式為


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
System_CAPS_pubfieldSystem_CAPS_static Version20

.NET Framework 2.0

System_CAPS_pubfieldSystem_CAPS_static Version30

.NET Framework 3.0

System_CAPS_pubfieldSystem_CAPS_static Version35

.NET Framework 3.5

System_CAPS_pubfieldSystem_CAPS_static Version35Client

.NET Framework 3.5 Client Profile

System_CAPS_pubfieldSystem_CAPS_static Version40

.NET Framework 4.0

System_CAPS_pubfieldSystem_CAPS_static Version40Client

.NET Framework 4.0 Client Profile

System_CAPS_pubfieldSystem_CAPS_static 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.

See Also

Microsoft.VisualStudio.Tools.Applications Namespace

Return to top