IJSVsaEngine.Version 属性
定义
获取由该脚本引擎支持的当前版本的语言编译器,格式为 Major.Minor.Revision.Build。Gets the current version of the language compiler supported by the script engine, in the form Major.Minor.Revision.Build.
public:
property System::String ^ Version { System::String ^ get(); };
public string Version { get; }
member this.Version : string
Public ReadOnly Property Version As String
属性值
当前的版本。The current version.