次の方法で共有


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 に設定できます。

戻り値

属性

適用対象