NSFileWrapper.Read(NSUrl, NSFileWrapperReadingOptions, NSError) 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.
Recursively reads the the entire contents of this. Returns true if successful.
[Foundation.Export("readFromURL:options:error:")]
public virtual bool Read (Foundation.NSUrl url, Foundation.NSFileWrapperReadingOptions options, out Foundation.NSError outError);
abstract member Read : Foundation.NSUrl * Foundation.NSFileWrapperReadingOptions * -> bool
override this.Read : Foundation.NSUrl * Foundation.NSFileWrapperReadingOptions * -> bool
Parameters
- url
- NSUrl
- options
- NSFileWrapperReadingOptions
- outError
- NSError
Returns
- Attributes