NSCoder.DecodeTopLevelObject Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- error
- NSError
Devoluciones
- Atributos
Se aplica a
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
Parámetros
- key
- String
- error
- NSError
Devoluciones
- Atributos
Se aplica a
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
Parámetros
- key
- String
- error
- NSError
Devoluciones
- Atributos
Se aplica a
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
Parámetros
- klass
- Class
- key
- String
- error
- NSError
Devoluciones
- Atributos