根据指定的路径初始化 Setting 类的新实例。
命名空间:
Swebui
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法public Setting(
string configPath
)
Public Sub New (
configPath As String
)
参数
- configPath
- 类型:SystemString
配置文件路径
参见