Bitmap for WPF
NativeFileShare 列挙体

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Storage 名前空間 : NativeFileShare 列挙体
Native file share.
シンタックス
'宣言
 
Public Enum NativeFileShare 
   Inherits System.Enum
public enum NativeFileShare : System.Enum 
メンバ
メンバ解説
DeleteEnables subsequent open operations on an object to request delete access. Otherwise, other processes cannot open the object if they request delete access. If this flag is not specified, but the object has been opened for delete access, the function fails.
NoneNone flag.
ReadEnables subsequent open operations on an object to request read access. Otherwise, other processes cannot open the object if they request read access. If this flag is not specified, but the object has been opened for read access, the function fails.
ReadWriteRead and Write flags.
WriteEnables subsequent open operations on an object to request write access. Otherwise, other processes cannot open the object if they request write access. If this flag is not specified, but the object has been opened for write access, the function fails.
継承階層

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

参照

C1.Util.DX.Storage 名前空間