Skip to main content

ServerProcessor class

This data object contains processor data.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string Family { get; set;}
Family.
public string ProductVersion { get; set;}
Product version.
public int Slot { get; set;}
Slot.
public int Cores { get; set;}
Number of cores.
public float Speed { get; set;}
Speed.

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)