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
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
v2
Gets or sets the status of the .NET Framework v2.0.50727.
public NetFrameworkVersion v2 { get; set; }
Property Value
v3
Gets or sets the status of the .NET Framework v3.0.
public NetFrameworkVersion v3 { get; set; }
Property Value
v35
Gets or sets the status of the .NET Framework v3.5.
public NetFrameworkVersion v35 { get; set; }
Property Value
v45
Gets or sets the status of the .NET Framework v4.5.
public NetFrameworkVersion v45 { get; set; }
Property Value
v451
Gets or sets the status of the .NET Framework v4.5.1.
public NetFrameworkVersion v451 { get; set; }
Property Value
v452
Gets or sets the status of the .NET Framework v4.5.2.
public NetFrameworkVersion v452 { get; set; }
Property Value
v46
Gets or sets the status of the .NET Framework v4.6.
public NetFrameworkVersion v46 { get; set; }
Property Value
v461
Gets or sets the status of the .NET Framework v4.6.1.
public NetFrameworkVersion v461 { get; set; }
Property Value
v462
Gets or sets the status of the .NET Framework v4.6.2.
public NetFrameworkVersion v462 { get; set; }
Property Value
v47
Gets or sets the status of the .NET Framework v4.7.
public NetFrameworkVersion v47 { get; set; }
Property Value
v471
Gets or sets the status of the .NET Framework v4.7.1.
public NetFrameworkVersion v471 { get; set; }
Property Value
v472
Gets or sets the status of the .NET Framework v4.7.2.
public NetFrameworkVersion v472 { get; set; }
Property Value
v48
Gets or sets the status of the .NET Framework v4.8.
public NetFrameworkVersion v48 { get; set; }
Property Value
v4Client
Gets or sets the status of the .NET Framework v4.0 client profile.
public NetFrameworkVersion v4Client { get; set; }
Property Value
v4Full
Gets or sets the status of the .NET Framework v4.0 full installation.
public NetFrameworkVersion v4Full { get; set; }