GroupFileContainerGetAllFiles 方法 |
获取当前目录的下所有文件信息,返回所有映射的文件名:b35a11ec533147ca80c7f7d1713f015b7909
Gets the current directory under all file information, return all mapping file name: b35a11ec533147ca80c7f7d1713f015b7909
命名空间:
HslCommunication.Core
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public List<string> GetAllFiles(
out List<string> fileNames
)
Public Function GetAllFiles (
<OutAttribute> ByRef fileNames As List(Of String)
) As List(Of String)
public:
List<String^>^ GetAllFiles(
[OutAttribute] List<String^>^% fileNames
)
member GetAllFiles :
fileNames : List<string> byref -> List<string>
参数
- fileNames
- 类型:System.Collections.GenericListString
原始的文件名称
返回值
类型:
ListString映射之后的文件列表,例如 b35a11ec533147ca80c7f7d1713f015b7909
参见