Share via


NSKeyedArchiver.ArchiveRootObjectToFile(NSObject, String) Method

Definition

[Foundation.Export("archiveRootObject:toFile:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ArchiveRootObjectToFile(Foundation.NSObject root, string file);
[<Foundation.Export("archiveRootObject:toFile:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ArchiveRootObjectToFile : Foundation.NSObject * string -> bool

Parameters

root
NSObject
file
String

Returns

Attributes

Applies to