NSFileWrapper.GetRegularFileContents Method

Definition

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

Applies to