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. |
type | The type. |
System. |
value | The value as integer. |
KernelVersion(Int32, String)
Initializes a new instance of the Kernel
Declaration
public KernelVersion(int type, string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
type | The type. |
System. |
value | The value. |
Properties
KernelType
Declaration
public int KernelType { get; }
Property Value
Type | Description |
---|---|
System. |
KernelVersionValue
Declaration
public string KernelVersionValue { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToString()
String representation.
Declaration
public override String ToString()
Returns
Type | Description |
---|---|
String |