CFBundle.GetResourceUrls 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
| Name | Description |
|---|---|
| GetResourceUrls(String, String) | |
| GetResourceUrls(NSUrl, String, String) | |
| GetResourceUrls(String, String, String) |
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[]