NSUrl.CreateWithDataRepresentation(NSData, NSUrl) 方法

定义

[Foundation.Export("URLWithDataRepresentation: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 CreateWithDataRepresentation (Foundation.NSData data, Foundation.NSUrl relativeToUrl);
static member CreateWithDataRepresentation : Foundation.NSData * Foundation.NSUrl -> Foundation.NSUrl

参数

data
NSData
relativeToUrl
NSUrl

内容待定。

此参数可以为 null

返回

属性

适用于