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
public class ComponentInfo
The Product.ComponentInfo class exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
The major version of the component. For example, 4.5.1.1234 |
|
|
|
The minor version of the component. For example, 4.5.1.1234 |
|
|
|
The patch, fix, or update version of the component. For example, 4.5.1.1234 |
|
|
|
The build number of the component. For example, 4.5.1.1234. |
|
|
|
The friendly name of the component. |
See Also: