C# Class Dokan.DokanOptions

Datei anzeigen Open project: soywiz/csharputils Class Usage Examples

Public Properties

Property Type Description
DebugMode bool
MountPoint string
NetworkDrive bool
RemovableDrive bool
ThreadCount ushort
UseAltStream bool
UseKeepAlive bool
UseStdErr bool
Version ushort
VolumeLabel string

Property Details

DebugMode public_oe property

public bool DebugMode
return bool

MountPoint public_oe property

public string MountPoint
return string

NetworkDrive public_oe property

public bool NetworkDrive
return bool

RemovableDrive public_oe property

public bool RemovableDrive
return bool

ThreadCount public_oe property

public ushort ThreadCount
return ushort

UseAltStream public_oe property

public bool UseAltStream
return bool

UseKeepAlive public_oe property

public bool UseKeepAlive
return bool

UseStdErr public_oe property

public bool UseStdErr
return bool

Version public_oe property

public ushort Version
return ushort

VolumeLabel public_oe property

public string VolumeLabel
return string