共用方式為


NSCoder.DecodeTopLevelObject 方法

定義

多載

DecodeTopLevelObject(NSError)
DecodeTopLevelObject(String, NSError)
DecodeTopLevelObject(NSSet<Class>, String, NSError)
DecodeTopLevelObject(Class, String, NSError)
DecodeTopLevelObject(Type, String, NSError)
DecodeTopLevelObject(Type[], String, NSError)

DecodeTopLevelObject(NSError)

[Foundation.Export("decodeTopLevelObjectAndReturnError:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSObject DecodeTopLevelObject (out Foundation.NSError error);
abstract member DecodeTopLevelObject :  -> Foundation.NSObject
override this.DecodeTopLevelObject :  -> Foundation.NSObject

參數

error
NSError

傳回

屬性

適用於

DecodeTopLevelObject(String, NSError)

[Foundation.Export("decodeTopLevelObjectForKey:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSObject DecodeTopLevelObject (string key, out Foundation.NSError error);
abstract member DecodeTopLevelObject : string *  -> Foundation.NSObject
override this.DecodeTopLevelObject : string *  -> Foundation.NSObject

參數

key
String
error
NSError

傳回

屬性

適用於

DecodeTopLevelObject(NSSet<Class>, String, NSError)

[Foundation.Export("decodeTopLevelObjectOfClasses:forKey:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSObject DecodeTopLevelObject (Foundation.NSSet<ObjCRuntime.Class> setOfClasses, string key, out Foundation.NSError error);
abstract member DecodeTopLevelObject : Foundation.NSSet<ObjCRuntime.Class> * string *  -> Foundation.NSObject
override this.DecodeTopLevelObject : Foundation.NSSet<ObjCRuntime.Class> * string *  -> Foundation.NSObject

參數

setOfClasses
NSSet<Class>

即將加入。

這個參數可以是 null

key
String
error
NSError

傳回

屬性

適用於

DecodeTopLevelObject(Class, String, NSError)

[Foundation.Export("decodeTopLevelObjectOfClass:forKey:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual Foundation.NSObject DecodeTopLevelObject (ObjCRuntime.Class klass, string key, out Foundation.NSError error);
abstract member DecodeTopLevelObject : ObjCRuntime.Class * string *  -> Foundation.NSObject
override this.DecodeTopLevelObject : ObjCRuntime.Class * string *  -> Foundation.NSObject

參數

klass
Class
key
String
error
NSError

傳回

屬性

適用於

DecodeTopLevelObject(Type, String, NSError)

public Foundation.NSObject DecodeTopLevelObject (Type type, string key, out Foundation.NSError error);
member this.DecodeTopLevelObject : Type * string *  -> Foundation.NSObject

參數

type
Type
key
String
error
NSError

傳回

適用於

DecodeTopLevelObject(Type[], String, NSError)

public Foundation.NSObject DecodeTopLevelObject (Type[] types, string key, out Foundation.NSError error);
member this.DecodeTopLevelObject : Type[] * string *  -> Foundation.NSObject

參數

types
Type[]
key
String
error
NSError

傳回

適用於