Aracılığıyla paylaş


Engine.Version Property

Definition

Gets the file version of the file in which the Engine assembly lies.

public:
 static property Version ^ Version { Version ^ get(); };
public static Version Version { get; }
static member Version : Version
Public Shared ReadOnly Property Version As Version

Property Value

The engine version string.

Remarks

This is the Windows file version (specifically the value of the ProductVersion resource), not necessarily the assembly version.

Applies to