DkmScriptRuntimeInstance.ScriptHostVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
File version of the script host dll. This will be 0 if it cannot be obtained. The top 16 bits are the major version, followed by 16 bits for the minor version, followed by 16 bits for the build number followed by 16 bits for the build revision.
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
property System::UInt64 ScriptHostVersion { System::UInt64 get(); };
public:
property unsigned long long ScriptHostVersion { unsigned long long get(); };
public ulong ScriptHostVersion { get; }
member this.ScriptHostVersion : uint64
Public ReadOnly Property ScriptHostVersion As ULong