C# Class System.Deployment.Internal.Isolation.Manifest.DependentOSMetadataEntry

Show file Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
BuildNumber ushort
MajorVersion ushort
MinorVersion ushort
ServicePackMajor byte
ServicePackMinor byte

Property Details

BuildNumber public property

public ushort BuildNumber
return ushort

MajorVersion public property

public ushort MajorVersion
return ushort

MinorVersion public property

public ushort MinorVersion
return ushort

ServicePackMajor public property

public byte ServicePackMajor
return byte

ServicePackMinor public property

public byte ServicePackMinor
return byte