SoftBasicFrameworkVersion 属性 |
设置或获取系统框架的版本号
Set or get the version number of the system framework
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static SystemVersion FrameworkVersion { get; }
Public Shared ReadOnly Property FrameworkVersion As SystemVersion
Get
public:
static property SystemVersion^ FrameworkVersion {
SystemVersion^ get ();
}
static member FrameworkVersion : SystemVersion with get
属性值
类型:
SystemVersion备注
当你要显示本组件框架的版本号的时候,就可以用这个属性来显示
参见