Table of Contents

Class NetFrameworkVersion

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

Represents an individual version of the .NET Framework.

public class NetFrameworkVersion : GlobalSerializableClassicBase
Inheritance
NetFrameworkVersion

Constructors

NetFrameworkVersion()

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

public NetFrameworkVersion()

NetFrameworkVersion(string)

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

public NetFrameworkVersion(string versionString)

Parameters

versionString string

The version as a human readable string - for example "v2.0.50727".

Properties

InstallationStatusString

Gets the installation status of this version as a human readable string.

public string InstallationStatusString { get; set; }

Property Value

string

Installed

Gets or sets whether this version of the .NET Framework is installed.

public BooleanOption Installed { get; set; }

Property Value

BooleanOption

ServicePack

Gets or sets the service pack installed for this .NET Framework version.

public int ServicePack { get; set; }

Property Value

int

VersionString

Gets the version as a human readable string - for example "v2.0.50727".

public string VersionString { get; set; }

Property Value

string

Methods

ToString()

Returns this .NET Framework version as a human readable string.

public override string ToString()

Returns

string

A System.String representation of this object.