DokanNet.IDokanOperations Member List

This is the complete list of members for DokanNet.IDokanOperations, including all inherited members.

Cleanup(string fileName, IDokanFileInfo info)DokanNet.IDokanOperations
CloseFile(string fileName, IDokanFileInfo info)DokanNet.IDokanOperations
CreateFile(string fileName, FileAccess access, FileShare share, FileMode mode, FileOptions options, FileAttributes attributes, IDokanFileInfo info)DokanNet.IDokanOperations
DeleteDirectory(string fileName, IDokanFileInfo info)DokanNet.IDokanOperations
DeleteFile(string fileName, IDokanFileInfo info)DokanNet.IDokanOperations
FindFiles(string fileName, out IList< FileInformation > files, IDokanFileInfo info)DokanNet.IDokanOperations
FindFilesWithPattern(string fileName, string searchPattern, out IList< FileInformation > files, IDokanFileInfo info)DokanNet.IDokanOperations
FindStreams(string fileName, out IList< FileInformation > streams, IDokanFileInfo info)DokanNet.IDokanOperations
FlushFileBuffers(string fileName, IDokanFileInfo info)DokanNet.IDokanOperations
GetDiskFreeSpace(out long freeBytesAvailable, out long totalNumberOfBytes, out long totalNumberOfFreeBytes, IDokanFileInfo info)DokanNet.IDokanOperations
GetFileInformation(string fileName, out FileInformation fileInfo, IDokanFileInfo info)DokanNet.IDokanOperations
GetFileSecurity(string fileName, out FileSystemSecurity security, AccessControlSections sections, IDokanFileInfo info)DokanNet.IDokanOperations
GetVolumeInformation(out string volumeLabel, out FileSystemFeatures features, out string fileSystemName, out uint maximumComponentLength, IDokanFileInfo info)DokanNet.IDokanOperations
LockFile(string fileName, long offset, long length, IDokanFileInfo info)DokanNet.IDokanOperations
Mounted(string mountPoint, IDokanFileInfo info)DokanNet.IDokanOperations
MoveFile(string oldName, string newName, bool replace, IDokanFileInfo info)DokanNet.IDokanOperations
ReadFile(string fileName, byte[] buffer, out int bytesRead, long offset, IDokanFileInfo info)DokanNet.IDokanOperations
SetAllocationSize(string fileName, long length, IDokanFileInfo info)DokanNet.IDokanOperations
SetEndOfFile(string fileName, long length, IDokanFileInfo info)DokanNet.IDokanOperations
SetFileAttributes(string fileName, FileAttributes attributes, IDokanFileInfo info)DokanNet.IDokanOperations
SetFileSecurity(string fileName, FileSystemSecurity security, AccessControlSections sections, IDokanFileInfo info)DokanNet.IDokanOperations
SetFileTime(string fileName, DateTime?creationTime, DateTime?lastAccessTime, DateTime?lastWriteTime, IDokanFileInfo info)DokanNet.IDokanOperations
UnlockFile(string fileName, long offset, long length, IDokanFileInfo info)DokanNet.IDokanOperations
Unmounted(IDokanFileInfo info)DokanNet.IDokanOperations
WriteFile(string fileName, byte[] buffer, out int bytesWritten, long offset, IDokanFileInfo info)DokanNet.IDokanOperations