ServerVersion Class

Definition

Contains the file version information for the HPC server assembly.

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("352F26D5-F0AD-491e-8585-55B59D03CDAC")]
public class ServerVersion : Microsoft.Hpc.Scheduler.IServerVersion
type ServerVersion = class
    interface IServerVersion
Public Class ServerVersion
Implements IServerVersion
Inheritance
ServerVersion
Attributes
Implements

Constructors

ServerVersion(Int32, Int32, Int32, Int32)

Initializes a new instance of this class using the specified version components.

ServerVersion(Version)

Initializes a new instance of this class using the specified Version object.

Properties

Build

Retrieves the build component of the version number.

Major

Retrieves the major component of the version number.

MajorRevision

Retrieves the high 16 bits of the Revision number.

Minor

The minor component of the version number.

MinorRevision

Retrieves the low 16 bits of the Revision number.

Revision

Retrieves the revision component of the version number.

Applies to