FanucSeries0iReadCurrentForegroundDirAsync 方法 |
读取当前程序的前台路径
Read the foreground path of the current program
命名空间:
HslCommunication.CNC.Fanuc
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Task<OperateResult<string>> ReadCurrentForegroundDirAsync()
Public Function ReadCurrentForegroundDirAsync As Task(Of OperateResult(Of String))
public:
Task<OperateResult<String^>^>^ ReadCurrentForegroundDirAsync()
member ReadCurrentForegroundDirAsync : unit -> Task<OperateResult<string>>
返回值
类型:
TaskOperateResultString程序的路径信息
参见