Class KernelVersion
A KernelVersion in the KernelVersionList.
Inheritance
System.Object
KernelVersion
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class KernelVersion
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 |
---|---|
System.String |
Overrides
System.Object.ToString()