QTDataReference.FromReference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- url
- NSUrl
Returns
- Attributes
Applies to
FromReference(String)
[Foundation.Export("dataReferenceWithReferenceToFile:")]
public static Foundation.NSObject FromReference (string fileName);
static member FromReference : string -> Foundation.NSObject
Parameters
- fileName
- String
Returns
- Attributes
Applies to
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
Parameters
- data
- NSData
- name
- String
- mimeType
- String
Returns
- Attributes