Options for methods used to write NSData objects.
Available in Mac OS X v10.4 and later.
| C# | Visual Basic | Visual C++ |
public enum NSDataWritingOptions
Public Enumeration NSDataWritingOptions
public enum class NSDataWritingOptions
| Member | Description |
|---|---|
| NSDataWritingAtomic | A hint to write data to an auxiliary file first and then exchange the files. This option is equivalent to using a write method taking the parameter atomically:YES. Available in Mac OS X v10.6 and later. |
| NSAtomicWrite | Deprecated constant. (Deprecated. Use NSDataWritingAtomic instead.) Available in Mac OS X v10.4 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)