Share via


BAAssetPackManager.GetFileDescriptor(String, String, NSError) Method

Definition

[Foundation.Export("fileDescriptorForPath:searchingInAssetPackWithIdentifier:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual int GetFileDescriptor(string path, string? assetPackIdentifier, out Foundation.NSError? error);
[<Foundation.Export("fileDescriptorForPath:searchingInAssetPackWithIdentifier:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFileDescriptor : string * string * NSError -> int
override this.GetFileDescriptor : string * string * NSError -> int

Parameters

path
String
assetPackIdentifier
String
error
NSError

Returns

Attributes

Applies to