IMTLDevice.CreateArchive(NSUrl, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("newArchiveWithURL:error:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTL4Archive? CreateArchive(Foundation.NSUrl url, out Foundation.NSError? error);
[<Foundation.Export("newArchiveWithURL:error:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateArchive : Foundation.NSUrl * NSError -> Metal.IMTL4Archive
override this.CreateArchive : Foundation.NSUrl * NSError -> Metal.IMTL4Archive
Parameters
- url
- NSUrl
- error
- NSError
Returns
- Attributes