CompatibleFramework Class

Definition

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

public ref class CompatibleFramework
[System.Serializable]
public class CompatibleFramework
[<System.Serializable>]
type CompatibleFramework = class
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

See also