UIViewController.RestorationClass Property

Definition

The class responsible for restoring application state.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ObjCRuntime.Class RestorationClass { [Foundation.Export("restorationClass")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setRestorationClass:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.RestorationClass : ObjCRuntime.Class with get, set

Property Value

The default value is a Class whose Name is “nil”.

This value can be null.

Attributes

Applies to

See also