Class MKLVersion
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MKLVersion
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MKLVersion : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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 |
Platform
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>