Condividi tramite


QTDataReference.FromReference Metodo

Definizione

Overload

FromReference(NSUrl)
FromReference(String)
FromReference(NSData, String, String)

FromReference(NSUrl)

[Foundation.Export("dataReferenceWithReferenceToURL:")]
public static Foundation.NSObject FromReference (Foundation.NSUrl url);
static member FromReference : Foundation.NSUrl -> Foundation.NSObject

Parametri

url
NSUrl

Restituisce

Attributi

Si applica a

FromReference(String)

[Foundation.Export("dataReferenceWithReferenceToFile:")]
public static Foundation.NSObject FromReference (string fileName);
static member FromReference : string -> Foundation.NSObject

Parametri

fileName
String

Restituisce

Attributi

Si applica a

FromReference(NSData, String, String)

[Foundation.Export("dataReferenceWithReferenceToData:name:MIMEType:")]
public static Foundation.NSObject FromReference (Foundation.NSData data, string name, string mimeType);
static member FromReference : Foundation.NSData * string * string -> Foundation.NSObject

Parametri

data
NSData
name
String
mimeType
String

Restituisce

Attributi

Si applica a