C# Class Dokan.DOKAN_FILE_INFO

Show file Open project: soywiz/csharputils Class Usage Examples

Public Properties

Property Type Description
Context ulong
DeleteOnClose byte
DokanContext ulong
DokanOptions System.IntPtr
IsDirectory byte
Nocache byte
PagingIo byte
ProcessId uint
SynchronousIo byte
WriteToEndOfFile byte

Property Details

Context public property

public ulong Context
return ulong

DeleteOnClose public property

public byte DeleteOnClose
return byte

DokanContext public property

public ulong DokanContext
return ulong

DokanOptions public property

public IntPtr,System DokanOptions
return System.IntPtr

IsDirectory public property

public byte IsDirectory
return byte

Nocache public property

public byte Nocache
return byte

PagingIo public property

public byte PagingIo
return byte

ProcessId public property

public uint ProcessId
return uint

SynchronousIo public property

public byte SynchronousIo
return byte

WriteToEndOfFile public property

public byte WriteToEndOfFile
return byte