Share via


CFBundle.GetResourceUrl Method

Definition

Overloads

GetResourceUrl(NSUrl, String, String, String)

public static Foundation.NSUrl? GetResourceUrl(Foundation.NSUrl bundleUrl, string resourceName, string resourceType, string subDirName);
static member GetResourceUrl : Foundation.NSUrl * string * string * string -> Foundation.NSUrl

Parameters

bundleUrl
NSUrl
resourceName
String
resourceType
String
subDirName
String

Returns

Applies to

GetResourceUrl(String, String, String, String)

public Foundation.NSUrl? GetResourceUrl(string resourceName, string resourceType, string subDirName, string localizationName);
member this.GetResourceUrl : string * string * string * string -> Foundation.NSUrl

Parameters

resourceName
String
resourceType
String
subDirName
String
localizationName
String

Returns

Applies to

GetResourceUrl(String, String, String)

public Foundation.NSUrl? GetResourceUrl(string resourceName, string resourceType, string subDirName);
member this.GetResourceUrl : string * string * string -> Foundation.NSUrl

Parameters

resourceName
String
resourceType
String
subDirName
String

Returns

Applies to