MonobjcMonobjc Documented Class Library
NSPropertyListFormat Enumeration
NamespacesMonobjc.FoundationNSPropertyListFormat

These constants are used to specify a property list serialization format.

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSPropertyListFormat
Public Enumeration NSPropertyListFormat
public enum class NSPropertyListFormat
Members
MemberDescription
NSPropertyListOpenStepFormat

Specifies the old-style ASCII property list format inherited from the OpenStep APIs.

Available in Mac OS X v10.2 and later.


NSPropertyListXMLFormat_v1_0

Specifies the XML property list format.

Available in Mac OS X v10.2 and later.


NSPropertyListBinaryFormat_v1_0

Specifies the binary property list format.

Available in Mac OS X v10.2 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)