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. |
▼CDokan | Helper methods to Dokan. |
CNotify | Dokan User FS file-change notifications |
CDokanException | The dokan exception. |
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. |
CByHandleFileInformation | Used to provide file information to Dokan during operations by |
CDOKAN_OPTIONS | Dokan mount options used to describe dokan device behaviour |
CDokanFileInfo | Dokan file information on the current operation. |
CDokanHelper | Dokan functions helpers for user IDokanOperations2 implementation. |
CDokanInstance | Created by DokanInstanceBuilder.Build(IDokanOperations2). 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. |
CFindFileInformation | Used to provide file information to Dokan during operations by |
CIDokanOperations2 | Dokan API callbacks interface |