CompatibleFrameworks Class

Definition

Provides details about versions of the .NET Framework on which this application can install and run.

public ref class CompatibleFrameworks
[System.Serializable]
public class CompatibleFrameworks
[<System.Serializable>]
type CompatibleFrameworks = class
Public Class CompatibleFrameworks
Inheritance
CompatibleFrameworks
Attributes

Properties

Frameworks

Gets a list of .NET Framework versions on which this application can install and run.

SupportUrl

Gets a Uri that provides the user with instructions for installing a version of the .NET Framework on which this application can install and run.

Applies to

See also