NSUrl.CreateFileUrl メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateFileUrl(String, NSUrl) | |
CreateFileUrl(String, Boolean, NSUrl) | |
CreateFileUrl(String[]) |
CreateFileUrl(String, NSUrl)
[Foundation.Export("fileURLWithPath:relativeToURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSUrl CreateFileUrl (string path, Foundation.NSUrl relativeToUrl);
static member CreateFileUrl : string * Foundation.NSUrl -> Foundation.NSUrl
パラメーター
- path
- String
戻り値
- 属性
適用対象
CreateFileUrl(String, Boolean, NSUrl)
[Foundation.Export("fileURLWithPath:isDirectory:relativeToURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSUrl CreateFileUrl (string path, bool isDir, Foundation.NSUrl relativeToUrl);
static member CreateFileUrl : string * bool * Foundation.NSUrl -> Foundation.NSUrl
パラメーター
- path
- String
- isDir
- Boolean
戻り値
- 属性
適用対象
CreateFileUrl(String[])
[Foundation.Export("fileURLWithPathComponents:")]
public static Foundation.NSUrl CreateFileUrl (string[] pathComponents);
static member CreateFileUrl : string[] -> Foundation.NSUrl
パラメーター
- pathComponents
- String[]
戻り値
- 属性