C# Class Dokan.DokanFileInfo

显示文件 Open project: soywiz/csharputils Class Usage Examples

Public Properties

Property Type Description
Context Object
DeleteOnClose bool
DokanContext ulong
InfoId ulong
IsDirectory bool
Nocache bool
PagingIo bool
ProcessId uint
SynchronousIo bool
WriteToEndOfFile bool

Public Methods

Method Description
DokanFileInfo ( ulong dokanContext ) : System

Method Details

DokanFileInfo() public method

public DokanFileInfo ( ulong dokanContext ) : System
dokanContext ulong
return System

Property Details

Context public_oe property

public Object Context
return Object

DeleteOnClose public_oe property

public bool DeleteOnClose
return bool

DokanContext public_oe property

public ulong DokanContext
return ulong

InfoId public_oe property

public ulong InfoId
return ulong

IsDirectory public_oe property

public bool IsDirectory
return bool

Nocache public_oe property

public bool Nocache
return bool

PagingIo public_oe property

public bool PagingIo
return bool

ProcessId public_oe property

public uint ProcessId
return uint

SynchronousIo public_oe property

public bool SynchronousIo
return bool

WriteToEndOfFile public_oe property

public bool WriteToEndOfFile
return bool