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