Share via


NSViewController.GetAllowedClassesForRestorableStateKeyPath(String) Method

Definition

[Foundation.Export("allowedClassesForRestorableStateKeyPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static ObjCRuntime.Class[] GetAllowedClassesForRestorableStateKeyPath(string keyPath);
[<Foundation.Export("allowedClassesForRestorableStateKeyPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetAllowedClassesForRestorableStateKeyPath : string -> ObjCRuntime.Class[]

Parameters

keyPath
String

Returns

Class[]
Attributes

Applies to