Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CDokanNet.Native.DOKAN_OPTIONSDokan mount options used to describe dokan device behaviour
 CDokanNet.DokanHelperDokan functions helpers for user IDokanOperations implementation.
 CDokanNet.DokanInstanceBuilderDokan FileSystem build helper. Allows to create one or multiple DokanInstance based on a given configuration.
 CDokanNet.DokanResultDefines common result status codes in NtStatus for Dokan operations.
 CException
 CDokanNet.DokanExceptionThe dokan exception.
 CDokanNet.ExtensionsDokanInstance extensions allowing to check whether it is running or to wait until it is unmount.
 CDokanNet.FileInformationUsed to provide file information to Dokan during operations by
 CICustomFormatter
 CDokanNet.FormatProvidersProvide support to format object with null.
 CIDisposable
 CDokanNet.DokanHelper methods to Dokan.
 CDokanNet.DokanInstanceCreated by DokanInstance.DokanInstance. It holds all the resources required to be alive for the time of the mount.
 CDokanNet.Logging.ConsoleLoggerLog to the console.
 CDokanNet.IDokanFileInfoDokan file information interface.
 CDokanNet.DokanFileInfoDokan file information on the current operation.
 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
 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