CFBundle.GetResourceUrls Method

Definition

Overloads

GetResourceUrls(String, String)
GetResourceUrls(NSUrl, String, String)
GetResourceUrls(String, String, String)

GetResourceUrls(String, String)

public Foundation.NSUrl[] GetResourceUrls (string resourceType, string subDirName);
member this.GetResourceUrls : string * string -> Foundation.NSUrl[]

Parameters

resourceType
String
subDirName
String

Returns

NSUrl[]

Applies to

GetResourceUrls(NSUrl, String, String)

public static Foundation.NSUrl[] GetResourceUrls (Foundation.NSUrl bundleUrl, string resourceType, string subDirName);
static member GetResourceUrls : Foundation.NSUrl * string * string -> Foundation.NSUrl[]

Parameters

bundleUrl
NSUrl
resourceType
String
subDirName
String

Returns

NSUrl[]

Applies to

GetResourceUrls(String, String, String)

public Foundation.NSUrl[] GetResourceUrls (string resourceType, string subDirName, string localizationName);
member this.GetResourceUrls : string * string * string -> Foundation.NSUrl[]

Parameters

resourceType
String
subDirName
String
localizationName
String

Returns

NSUrl[]

Applies to