 | ThunderTask 构造函数 |
Sweet 开发框架
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public ThunderTask(
string url,
string savefile
)
Public Sub New (
url As String,
savefile As String
)
new :
url : string *
savefile : string -> ThunderTask
参数
- url
- 类型:SystemString
[缺少 "M:Sweet.Common.ThunderTask.#ctor(System.String,System.String)" 的 <param name="url"/> 文档]
- savefile
- 类型:SystemString
[缺少 "M:Sweet.Common.ThunderTask.#ctor(System.String,System.String)" 的 <param name="savefile"/> 文档]
参见