Class KernelVersion
A KernelVersion in the KernelVersionList.
Inheritance
System.Object
KernelVersion
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class KernelVersion : object
Constructors
KernelVersion(Int32, Int32)
Initializes a new instance of the Setting class.
Declaration
public KernelVersion(int type, int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | type | The type. |
System.Int32 | value | The value as integer. |
KernelVersion(Int32, String)
Initializes a new instance of the KernelVersion class.
Declaration
public KernelVersion(int type, string value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | type | The type. |
System.String | value | The value. |
Properties
KernelType
Declaration
public int KernelType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
KernelVersionValue
Declaration
public string KernelVersionValue { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |