点击或拖拽改变大小

FileMarkId 方法

FileMarkId 类型公开以下成员。

方法
  名称说明
公共方法AddOperation
新增一个对当前的文件的操作,如果没有读取,就直接执行,如果有读取,就等待读取完成的时候执行。
Add an operation on the current file. If there is no read, it will be executed directly. If there is a read, it will be executed when the read is completed.
公共方法CanClear
获取该对象是否能被清除
Gets whether the object can be cleared
公共方法EnterReadOperator
进入文件的读取状态
Enter the read state of the file
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetHashCode (继承自 Object。)
公共方法GetType (继承自 Object。)
公共方法LeaveReadOperator
离开本次的文件读取状态,如果没有任何的客户端在读取了,就执行缓存队列里的操作信息。
Leaving the current file reading status, if no client is reading, the operation information in the cache queue is executed.
受保护的方法MemberwiseClone (继承自 Object。)
公共方法ToString (重写 ObjectToString.)
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见