Class MKLVersion
Inheritance
System.Object
MKLVersion
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MKLVersion : APIBase, IEquatable<APIBase>
Properties
Build
Declaration
public string Build { get; }
Property Value
Type |
Description |
System.String |
|
InstructionSet
Declaration
public string InstructionSet { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Platform { get; }
Property Value
Type |
Description |
System.String |
|
Processor
Declaration
public string Processor { get; }
Property Value
Type |
Description |
System.String |
|
ProductStatus
Declaration
public string ProductStatus { get; }
Property Value
Type |
Description |
System.String |
|
Version
Declaration
public string Version { get; }
Property Value
Type |
Description |
System.String |
|
Implements
System.IEquatable<T>
Extension Methods