Udostępnij za pośrednictwem


DkmScriptRuntimeInstance.ScriptHostVersion Property

Definition

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

Property Value

Applies to