CFBundle.GetResourceUrl 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.
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