NSPropertyListSerialization.PropertyListWithStream Method
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.
Overloads
PropertyListWithStream(NSInputStream, NSPropertyListFormat, NSError) | |
PropertyListWithStream(NSInputStream, NSPropertyListReadOptions, NSPropertyListFormat, NSError) |
PropertyListWithStream(NSInputStream, NSPropertyListFormat, NSError)
public static Foundation.NSObject PropertyListWithStream (Foundation.NSInputStream stream, ref Foundation.NSPropertyListFormat format, out Foundation.NSError error);
static member PropertyListWithStream : Foundation.NSInputStream * * -> Foundation.NSObject
Parameters
- stream
- NSInputStream
- format
- NSPropertyListFormat
- error
- NSError
Returns
Applies to
PropertyListWithStream(NSInputStream, NSPropertyListReadOptions, NSPropertyListFormat, NSError)
[Foundation.Export("propertyListWithStream:options:format:error:")]
public static Foundation.NSObject PropertyListWithStream (Foundation.NSInputStream stream, Foundation.NSPropertyListReadOptions options, ref Foundation.NSPropertyListFormat format, out Foundation.NSError error);
static member PropertyListWithStream : Foundation.NSInputStream * Foundation.NSPropertyListReadOptions * * -> Foundation.NSObject
Parameters
- stream
- NSInputStream
- options
- NSPropertyListReadOptions
- format
- NSPropertyListFormat
- error
- NSError
Returns
- Attributes