IServerVersion Interface

Definition

Contains the file version information for the HPC server assembly.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("B8579C31-91F3-441c-8BB9-AC5E4E5D1200")]
public interface IServerVersion
type IServerVersion = interface
Public Interface IServerVersion
Derived
Attributes

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

Retrieves 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