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
stringThe 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
Installed
Gets or sets whether this version of the .NET Framework is installed.
public BooleanOption Installed { get; set; }
Property Value
ServicePack
Gets or sets the service pack installed for this .NET Framework version.
public int ServicePack { get; set; }
Property Value
VersionString
Gets the version as a human readable string - for example "v2.0.50727".
public string VersionString { get; set; }
Property Value
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.