اقرأ باللغة الإنجليزية

مشاركة عبر


CompatibleFramework Class

Definition

Represents a version of the .NET Framework where an application can install and run.

C#
[System.Serializable]
public class CompatibleFramework
Inheritance
CompatibleFramework
Attributes

Properties

Profile

Specifies the profile of the .NET Framework version where an application can install and run.

SupportedRuntime

Specifies the runtime version number of the .NET Framework where an application can install and run.

TargetVersion

Specifies the version of the .NET Framework where an application can install and run.

Applies to

منتج الإصدارات
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also