实例化一个默认的对象
Instantiate a default object
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public NetSoftUpdateServer(
string updateExeFileName = "软件自动更新.exe"
)
Public Sub New (
Optional updateExeFileName As String = "软件自动更新.exe"
)
public:
NetSoftUpdateServer(
String^ updateExeFileName = L"软件自动更新.exe"
)
new :
?updateExeFileName : string
(* Defaults:
let _updateExeFileName = defaultArg updateExeFileName "软件自动更新.exe"
*)
-> NetSoftUpdateServer
参数
- updateExeFileName (Optional)
- 类型:SystemString
更新程序的名称
参见