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. |
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 |
---|---|
System. |
Overrides
System.Object.ToString()