Share via


NSPropertyListSerialization.PropertyListWithStream Method

Definition

Overloads

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 * NSPropertyListFormat * NSError -> Foundation.NSObject

Parameters

stream
NSInputStream
error
NSError

Returns

Applies to

PropertyListWithStream(NSInputStream, NSPropertyListReadOptions, NSPropertyListFormat, NSError)

[Foundation.Export("propertyListWithStream:options:format:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Foundation.NSObject PropertyListWithStream(Foundation.NSInputStream stream, Foundation.NSPropertyListReadOptions options, ref Foundation.NSPropertyListFormat format, out Foundation.NSError error);
[<Foundation.Export("propertyListWithStream:options:format:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PropertyListWithStream : Foundation.NSInputStream * Foundation.NSPropertyListReadOptions * NSPropertyListFormat * NSError -> Foundation.NSObject

Parameters

stream
NSInputStream
error
NSError

Returns

Attributes

Applies to