Bitmap for UWP
NativeFileOptions 列挙体

C1.UWP.DX アセンブリ > C1.Util.DX.Storage 名前空間 : NativeFileOptions 列挙体
Native file attributes.
シンタックス
'宣言
 
Public Enum NativeFileOptions 
   Inherits System.Enum
public enum NativeFileOptions : System.Enum 
メンバ
メンバ解説
ArchiveArchive attribute.
BackupSemanticsBackup semantics attribute.
CompressedCompressed attribute.
DeleteOnCloseDelete on close attribute.
DeviceDevice attribute.
DirectoryDirectory attribute.
EncryptedEncrypted attribute.
FirstPipeInstanceFirst pipe instance attribute.
HiddenHidden attribute.
NoBufferingNo buffering attribute.
NoneNone attribute.
NormalNormal attribute.
NotContentIndexedNot content indexed attribute.
OfflineOffline attribute.
OpenNoRecallOpen no recall attribute.
OpenReparsePointOpen reparse point attribute.
OverlappedOverlapped attribute.
PosixSemanticsPost semantics attribute.
RandomAccessRandom access attribute.
ReadonlyRead only attribute.
ReparsePointReparsePoint attribute.
SequentialScanSequential scan attribute.
SparseFileSparse file attribute.
SystemSystem attribute.
TemporaryTemporary attribute.
Write_ThroughWrite through attribute.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Util.DX.Storage.NativeFileOptions

参照

C1.Util.DX.Storage 名前空間