[This is preliminary documentation and is subject to change.]
Called instead of FsStatusInfo(SByte*, Int32, Int32) when plugin is used outside of Total Commander.
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public void StatusInfo( string RemoteDir, OperationStatus InfoStartEnd, OperationKind InfoOperation ) |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Sub StatusInfo ( _ RemoteDir As String, _ InfoStartEnd As OperationStatus, _ InfoOperation As OperationKind _ ) |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)] public: void StatusInfo( String^ RemoteDir, OperationStatus InfoStartEnd, OperationKind InfoOperation ) |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>] member StatusInfo : RemoteDir:string * InfoStartEnd:OperationStatus * InfoOperation:OperationKind -> unit |
| JScript |
|---|
public function StatusInfo( RemoteDir : String, InfoStartEnd : OperationStatus, InfoOperation : OperationKind ) |
Parameters
- RemoteDir
- Type: System..::..String
This is the current source directory when the operation starts. May be used to find out which part of the file system is affected.
- InfoStartEnd
- Type: Tools.TotalCommanderT..::..OperationStatus
Information whether the operation starts or ends
- InfoOperation
- Type: Tools.TotalCommanderT..::..OperationKind
Information of which operaration starts/ends
Remarks
Please note that future versions of the framework may send additional values!