Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CByHandleFileInformationUsed to provide file information to Dokan during operations by
 CDOKAN_OPTIONSDokan mount options used to describe dokan device behaviour
 CDokanFileInfoDokan file information on the current operation.
 CDokanHelperDokan functions helpers for user IDokanOperations2 implementation.
 CDokanInstanceBuilderDokan FileSystem build helper. Allows to create one or multiple DokanInstance based on a given configuration.
 CDokanResultDefines common result status codes in NtStatus for Dokan operations.
 CException
 CDokanNet.DokanExceptionThe dokan exception.
 CDokanNet.FileInformationUsed to provide file information to Dokan during operations by
 CFindFileInformationUsed to provide file information to Dokan during operations by
 CICustomFormatter
 CDokanNet.FormatProvidersProvide support to format object with null.
 CIDisposable
 CDokanInstanceCreated by DokanInstanceBuilder.Build(IDokanOperations2). It holds all the resources required to be alive for the time of the mount.
 CDokanNet.DokanHelper methods to Dokan.
 CDokanNet.Logging.ConsoleLoggerLog to the console.
 CDokanNet.IDokanFileInfoDokan file information interface.
 CDokanNet.MockDokanFileInfoMockable Dokan file information on the current operation.
 CDokanNet.IDokanOperationsDokan API callbacks interface
 CDokanNet.IDokanOperationsUnsafeThis 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
 CIDokanOperations2Dokan API callbacks interface
 CIFormatProvider
 CDokanNet.FormatProvidersProvide support to format object with null.
 CDokanNet.Logging.ILoggerThe Logger interface.
 CDokanNet.Logging.ConsoleLoggerLog to the console.
 CDokanNet.Logging.DebugViewLoggerWrite log using OutputDebugString
 CDokanNet.Logging.LoggerHandle log messages with callbacks
 CDokanNet.Logging.NullLoggerIgnore all log messages.
 CDokanNet.Logging.TraceLoggerWrite all log messages to the Trace.
 CDokanNet.Logging.LoggerExtensionsExtension functions to log messages.
 CDokanNet.Dokan.NotifyDokan User FS file-change notifications