NSPropertyListSerialization
NSPropertyListSerialization(IntPtr)
NSPropertyListSerialization(NativeHandle)
NSPropertyListSerialization(NSObjectFlag)
ClassHandle
DataWithPropertyList(NSObject, NSPropertyListFormat, NSError)
DataWithPropertyList(NSObject, NSPropertyListFormat, NSPropertyListWriteOptions, NSError)
IsValidForFormat(NSObject, NSPropertyListFormat)
PropertyListWithData(NSData, NSPropertyListFormat, NSError)
PropertyListWithData(NSData, NSPropertyListReadOptions, NSPropertyListFormat, NSError)
PropertyListWithStream(NSInputStream, NSPropertyListFormat, NSError)
PropertyListWithStream(NSInputStream, NSPropertyListReadOptions, NSPropertyListFormat, NSError)
WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSError)
WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSPropertyListWriteOptions, NSError)
xamarinios
namespace Foundation
{
[Register("NSPropertyListSerialization", true)]
public class NSPropertyListSerialization : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("writePropertyList:toStream:format:options:error:")]
public static nint WritePropertyList(NSObject! plist, NSOutputStream! stream, NSPropertyListFormat format, NSPropertyListWriteOptions options, out NSError! error);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API