Table of Contents

Class NetFrameworkSetup

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the configuration of the .NET Framework.

public class NetFrameworkSetup : BypassSection
Inheritance
NetFrameworkSetup
Inherited Members

Constructors

NetFrameworkSetup()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetFrameworkSetup class.

public NetFrameworkSetup()

Properties

v1

Gets or sets the status of the .NET Framework v1.0. This version of the .NET Framework is not supported on 64 bit platforms.

public NetFrameworkVersion v1 { get; set; }

Property Value

NetFrameworkVersion

v11

Gets or sets the status of the .NET Framework v1.1. This version of the .NET Framework is supported on 64 bit platforms, however runs under the WOW subsystem.

public NetFrameworkVersion v11 { get; set; }

Property Value

NetFrameworkVersion

v2

Gets or sets the status of the .NET Framework v2.0.50727.

public NetFrameworkVersion v2 { get; set; }

Property Value

NetFrameworkVersion

v3

Gets or sets the status of the .NET Framework v3.0.

public NetFrameworkVersion v3 { get; set; }

Property Value

NetFrameworkVersion

v35

Gets or sets the status of the .NET Framework v3.5.

public NetFrameworkVersion v35 { get; set; }

Property Value

NetFrameworkVersion

v45

Gets or sets the status of the .NET Framework v4.5.

public NetFrameworkVersion v45 { get; set; }

Property Value

NetFrameworkVersion

v451

Gets or sets the status of the .NET Framework v4.5.1.

public NetFrameworkVersion v451 { get; set; }

Property Value

NetFrameworkVersion

v452

Gets or sets the status of the .NET Framework v4.5.2.

public NetFrameworkVersion v452 { get; set; }

Property Value

NetFrameworkVersion

v46

Gets or sets the status of the .NET Framework v4.6.

public NetFrameworkVersion v46 { get; set; }

Property Value

NetFrameworkVersion

v461

Gets or sets the status of the .NET Framework v4.6.1.

public NetFrameworkVersion v461 { get; set; }

Property Value

NetFrameworkVersion

v462

Gets or sets the status of the .NET Framework v4.6.2.

public NetFrameworkVersion v462 { get; set; }

Property Value

NetFrameworkVersion

v47

Gets or sets the status of the .NET Framework v4.7.

public NetFrameworkVersion v47 { get; set; }

Property Value

NetFrameworkVersion

v471

Gets or sets the status of the .NET Framework v4.7.1.

public NetFrameworkVersion v471 { get; set; }

Property Value

NetFrameworkVersion

v472

Gets or sets the status of the .NET Framework v4.7.2.

public NetFrameworkVersion v472 { get; set; }

Property Value

NetFrameworkVersion

v48

Gets or sets the status of the .NET Framework v4.8.

public NetFrameworkVersion v48 { get; set; }

Property Value

NetFrameworkVersion

v4Client

Gets or sets the status of the .NET Framework v4.0 client profile.

public NetFrameworkVersion v4Client { get; set; }

Property Value

NetFrameworkVersion

v4Full

Gets or sets the status of the .NET Framework v4.0 full installation.

public NetFrameworkVersion v4Full { get; set; }

Property Value

NetFrameworkVersion