NSUrl.CreateFileUrl Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- path
- String
Restituisce
- Attributi
Si applica a
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
Parametri
- path
- String
- isDir
- Boolean
Restituisce
- Attributi
Si applica a
CreateFileUrl(String[])
[Foundation.Export("fileURLWithPathComponents:")]
public static Foundation.NSUrl CreateFileUrl (string[] pathComponents);
static member CreateFileUrl : string[] -> Foundation.NSUrl
Parametri
- pathComponents
- String[]
Restituisce
- Attributi