Foundation.NSPropertyListSerialization Members

The members of Foundation.NSPropertyListSerialization are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.

Public Methods

static
DataWithPropertyList(NSObject, NSPropertyListFormat, NSPropertyListWriteOptions, out NSError) : NSData
Documentation for this section has not yet been entered.
static
IsValidForFormat(NSObject, NSPropertyListFormat) : bool
Documentation for this section has not yet been entered.
static
PropertyListWithData(NSData, NSPropertyListReadOptions, ref NSPropertyListFormat, out NSError) : NSObject
Documentation for this section has not yet been entered.
static
PropertyListWithStream(NSInputStream, NSPropertyListReadOptions, ref NSPropertyListFormat, out NSError) : NSObject
Documentation for this section has not yet been entered.
static
WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSPropertyListWriteOptions, out NSError) : nint
Documentation for this section has not yet been entered.