NSFileWrapper.GetRegularFileContents 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.
Retrieves the contents of this as NSData. If this is not a regular file wrapper, throws an exception.
[Foundation.Export("regularFileContents")]
public virtual Foundation.NSData GetRegularFileContents ();
abstract member GetRegularFileContents : unit -> Foundation.NSData
override this.GetRegularFileContents : unit -> Foundation.NSData
Returns
- Attributes