Product.ComponentInfo Class

This class contains version information and a readable friendly name of the specified component.

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)

Syntax

Copy
public class ComponentInfo

 

The Product.ComponentInfo class exposes the following members.

Properties

  Name Description

Public property

MajorVersion

The major version of the component. For example, 4.5.1.1234

Public property

MinorVersion

The minor version of the component. For example, 4.5.1.1234

Protected property

PatchVersion

The patch, fix, or update version of the component. For example, 4.5.1.1234

Public property

BuildNumber

The build number of the component. For example, 4.5.1.1234.

Public property

FriendlyName

The friendly name of the component.

See Also: