NSDataWritingOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of options to be used when writing NSData objects.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSDataWritingOptions
type NSDataWritingOptions =
- Inheritance
-
NSDataWritingOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
Atomic | 1 | |
WithoutOverwriting | 2 | |
FileProtectionNone | 268435456 | |
FileProtectionComplete | 536870912 | |
FileProtectionCompleteUnlessOpen | 805306368 | |
FileProtectionCompleteUntilFirstUserAuthentication | 1073741824 | |
FileProtectionMask | 4026531840 |