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)
xamarinmac
namespace Foundation
{
[Register("NSPropertyListSerialization", true)]
public class NSPropertyListSerialization : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("propertyListWithData:options:format:error:")]
public static NSObject! PropertyListWithData(NSData! data, NSPropertyListReadOptions options, ref NSPropertyListFormat format, out NSError! error);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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