Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼NDokanNet | |
▼NLogging | |
CConsoleLogger | Log to the console. |
CDebugViewLogger | Write log using OutputDebugString |
CILogger | The Logger interface. |
CLogger | Handle log messages with callbacks |
CLoggerExtensions | Extension functions to log messages. |
CNullLogger | Ignore all log messages. |
CTraceLogger | Write all log messages to the Trace. |
▼NNative | |
CDOKAN_OPTIONS | Dokan mount options used to describe dokan device behaviour |
▼CDokan | Helper methods to Dokan. |
CNotify | Dokan User FS file-change notifications |
CDokanException | The dokan exception. |
CDokanFileInfo | Dokan file information on the current operation. |
CDokanHelper | Dokan functions helpers for user IDokanOperations implementation. |
CDokanInstance | Created by DokanInstanceBuilder.Build. It holds all the resources required to be alive for the time of the mount. |
CDokanInstanceBuilder | Dokan FileSystem build helper. Allows to create one or multiple DokanInstance based on a given configuration. |
CDokanResult | Defines common result status codes in NtStatus for Dokan operations. |
CExtensions | DokanInstance extensions allowing to check whether it is running or to wait until it is unmount. |
CFileInformation | Used to provide file information to Dokan during operations by |
CFormatProviders | Provide support to format object with null . |
CIDokanFileInfo | Dokan file information interface. |
CIDokanOperations | Dokan API callbacks interface |
CIDokanOperationsUnsafe | This is a sub-interface of IDokanOperations that can optionally be implemented to get access to the raw, unmanaged buffers for ReadFile() and WriteFile() for performance optimization. Marshalling the unmanaged buffers to and from byte[] arrays for every call of these APIs incurs an extra copy that can be avoided by reading from or writing directly to the unmanaged buffers |
CMockDokanFileInfo | Mockable Dokan file information on the current operation. |