IT Hit User File System
Starts listening and processing file system calls from operating system.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 1.4.4298.0
Syntaxpublic abstract Task StartAsync()
Public MustOverride Function StartAsync As Task
public:
virtual Task^ StartAsync() abstract
abstract StartAsync : unit -> Task
Return Value
Type:
Task.
RemarksMounts custom user file system.
See Also