Szerkesztés

Megosztás a következőn keresztül:


CFBundle.GetResourceUrl Method

Definition

Overloads

GetResourceUrl(String, String, String, String)
GetResourceUrl(NSUrl, String, String, String)
GetResourceUrl(String, String, String)

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(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)

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